/testability-explorer/src/test/classes/root2/Readme.txt
http://testability-explorer.googlecode.com/ · Plain Text · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 302e7e921e83cc64f6fc3af8a5bc10bc MD5 · raw file
- This directory root, root2/ includes classes that:
- - Extend from other classes not contained within root2/
- - Reference other classes not contained within root2/
- Example:
- com.google.test.metric.AutoFieldClearTestCase.class
- extends junit.framework.TestCase, which is not in the classpath within root2/
- com.google.test.metric.x.SelfTest.class includes a reference to
- org.objectweb.asm.ClassReader, which is not in the root2/ classpath.
- SelfTest.class also extends com.google.test.metric.ClassRepositoryTestCase,
- which is not in the classpath.