Skip to content

Commit 1e557f1

Browse files
committed
want to clear memory from test code
1 parent 3d12be8 commit 1e557f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/groovy/io/openapiprocessor/test/stream/Memory.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ class Memory {
2323
contents.put (path, data)
2424
}
2525

26+
static clear() {
27+
contents.clear ()
28+
}
29+
2630
}

0 commit comments

Comments
 (0)