[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: ABLUnit: How to create test suite to perform interface test on multiple classes

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
Matt Baker thank you for the reply I do not want to test the interface, but I want to test the behaviour of classes implementing the interface . Use case : I want to make sure that 2 classes (black boxes) implementing the same interface are interchangeable We have a IPropertyCollection interface currently implemented by a TempTablePropertyCollection class. Before I replace TempTablePropertyCollection by a different implementation JsonPropertyCollection I want to make sure that the behaviour is the same by subjecting both classes to the same tests.

Continue reading...
 
Status
Not open for further replies.
Back
Top