mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 05:48:37 +07:00
FileStructureTestCase refactoring: move logic out of setUp, allow testing by text
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user