Currently we have four classes in the ConTabsTestData project that exist solely for the purposes of testing and demoing:
DemoDataType
TestDataType
MinimalDataType
InvalidTestDataType
This seems like too many. (And we're proposing another called DemoAnimals in #21)
It seems to me that at most we'd need one for testing, one for demoing and one that's invalid. We may even be able to collapse testing and demoing into a single class.
Can we make a list of things that would be useful in each scenario? Once we've done that, we may be able to rationalise this list into a smaller one, which will be more lightweight and easier to maintain.
Currently we have four classes in the ConTabsTestData project that exist solely for the purposes of testing and demoing:
DemoDataTypeTestDataTypeMinimalDataTypeInvalidTestDataTypeThis seems like too many. (And we're proposing another called
DemoAnimalsin #21)It seems to me that at most we'd need one for testing, one for demoing and one that's invalid. We may even be able to collapse testing and demoing into a single class.
Can we make a list of things that would be useful in each scenario? Once we've done that, we may be able to rationalise this list into a smaller one, which will be more lightweight and easier to maintain.