FileStructureTestCase refactoring: move logic out of setUp, allow testing by text

This commit is contained in:
Gregory.Shrago
2015-09-28 23:57:26 +03:00
parent 5af6ccff94
commit ef910d7385
7 changed files with 70 additions and 41 deletions
@@ -1,10 +1,10 @@
-Simple.java
-Simple
aaa(): void
bbb(): void
[bbb(): void]
clone(): Object
equals(Object): boolean
[fff(): void]
fff(): void
finalize(): void
getClass(): Class<?>
hashCode(): int
@@ -13,4 +13,4 @@
toString(): String
wait(): void
wait(long): void
wait(long, int): void
wait(long, int): void