psdi.app.workorder.unittest

Class MboSetIteratorTest

  • java.lang.Object
    • psdi.app.workorder.unittest.MboSetIteratorTest


  • public class MboSetIteratorTest
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void Test1()
      Tests Test1: List returned with just a relationship Test1: List returned with relationship[int] Test1: List returned with relationship[cond:condition] Test1: List returned with relationship[whereclause] Test1: List returned with bracket in [whereclause] Test1: List returned with chained relationship Test1: List returned with dots in whereclause Test1: List returned with discardable flag false Test1: List returned with discardable flag true Test2: Exists function returns true correctly Test2: Exists function returns false correctly TestBogus: What happens when condition doesn't exist TestBogus: What happens when the where clause has SQL errors TestBogus: What happens when negative number in [-32] TestBogus: What happens when ..
      void Test2() 
      void TestBogus() 
      void TestBrace() 
      void TestFaux() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MboSetIteratorTest

        public MboSetIteratorTest()
    • Method Detail

      • Test1

        public void Test1()
        Tests Test1: List returned with just a relationship Test1: List returned with relationship[int] Test1: List returned with relationship[cond:condition] Test1: List returned with relationship[whereclause] Test1: List returned with bracket in [whereclause] Test1: List returned with chained relationship Test1: List returned with dots in whereclause Test1: List returned with discardable flag false Test1: List returned with discardable flag true Test2: Exists function returns true correctly Test2: Exists function returns false correctly TestBogus: What happens when condition doesn't exist TestBogus: What happens when the where clause has SQL errors TestBogus: What happens when negative number in [-32] TestBogus: What happens when .. in relationship chain TestBogus: What happens when nothing between [] TestBogus: What happens if relationship ends with ] with no beginning [ TestBogus: What happens if no relationship name given TestFaux: List returned from a relationship to a FauxMboSet TestBrace: List with SQLFormat keyword as such :&synonymlist&_itemtype[ITEM]
      • Test2

        public void Test2()
      • TestBogus

        public void TestBogus()
      • TestFaux

        public void TestFaux()
      • TestBrace

        public void TestBrace()