Skip to content

Facilitator for running JUnit 5 nio tests against all operating system implementations

Notifications You must be signed in to change notification settings

ulfricarchive/all-systems-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

all-systems-go

Facilitator for running JUnit 5 nio tests against all operating system implementations

example

class ExampleTest {

    @AllSystemsTest
    void testAllSystems(FileSystem fileSystem) {
        // run your test like normal, knowing that it'll be ran against mac, windows, and unix file system configurations
    }

}

About

Facilitator for running JUnit 5 nio tests against all operating system implementations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages