Is there a site that hosts collections of unit tests in different fields?

Is there a site that hosts collections of unit tests in different fields? in particular, instead of digging and extracting packages that are close to your subject of coding, I would like to use it as generic code, see how it has been tested. (and then also know how it should work)

So is there one? it doesn't matter what programming language they are written in.

+1


a source to share


1 answer


You can find a lot of test code with google code search . Search for "test" or namespace / package names of popular test frameworks (eg "org.junit")



+1


a source







All Articles