Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 461 Bytes

File metadata and controls

10 lines (8 loc) · 461 Bytes

Testing

To run only the tests for the main NullAway module, run ./gradlew :nullaway:test. Run only these tests unless you are specifically asked to run a test in a different module. If you want to run a single test class or method within that module, you can use the --tests flag. For example, to run all tests in the com.uber.nullaway.NullAwayTest class, you would run:

./gradlew :nullaway:test --tests "com.uber.nullaway.NullAwayTest"