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...
Continue reading...