Platform neutral unit testing? -
Platform neutral unit testing? -
i'm curious if there platform neutral way of defining unit tests. consider task of defining unit tests new set implementation code bases in both java , c#. example, might want test {3, 4, 5} intersect {4} {4}. instead of writing unit test twice (once in our java project , 1 time in our c# project) nice define test 1 time (maybe in xml?) , have each runtime read , execute test automatically. work need done in each language define how set should instantiated , populated, seems have configure detail 1 time seems reasonable when payoff not duplicating n unit tests.
does know of language or framework goal?
i have developed along lines describe enables define tests @ high level , generates test harness source code in either c or c++.
http://www.apollo-systems.co.uk/dev/products/
whether extend generate c# , java depends on demand. aimed @ embedded systems market c , c++ preferred languages.
the test specification stored in xml , have defined minimum set of operations allow useful. motivation in developing allow focus on want test rather writing test code.
unit-testing
Comments
Post a Comment