BAEL-1936 Use of FilenameFilter (#4520)
* Added tests for FilenameFilter demo -added a test to show FilenameFilter implementation -added another test to show similar functionality using Predicate * refactored code to get directory at a single location * fixing formatting * changed test class name to conform to custom rule UnitTestNamingConventionRule lists the allowed test class names. Added ManualTest at the end to conform to the rule.
This commit is contained in:
1
core-java-io/src/test/resources/testFolder/people.json
Normal file
1
core-java-io/src/test/resources/testFolder/people.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
core-java-io/src/test/resources/testFolder/students.json
Normal file
1
core-java-io/src/test/resources/testFolder/students.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
core-java-io/src/test/resources/testFolder/teachers.xml
Normal file
1
core-java-io/src/test/resources/testFolder/teachers.xml
Normal file
@@ -0,0 +1 @@
|
||||
<xml></xml>
|
||||
1
core-java-io/src/test/resources/testFolder/workers.xml
Normal file
1
core-java-io/src/test/resources/testFolder/workers.xml
Normal file
@@ -0,0 +1 @@
|
||||
<xml></xml>
|
||||
Reference in New Issue
Block a user