/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

  1. This directory root, root2/ includes classes that:
  2. - Extend from other classes not contained within root2/
  3. - Reference other classes not contained within root2/
  4. Example:
  5. com.google.test.metric.AutoFieldClearTestCase.class
  6. extends junit.framework.TestCase, which is not in the classpath within root2/
  7. com.google.test.metric.x.SelfTest.class includes a reference to
  8. org.objectweb.asm.ClassReader, which is not in the root2/ classpath.
  9. SelfTest.class also extends com.google.test.metric.ClassRepositoryTestCase,
  10. which is not in the classpath.