Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 267 Bytes

TESTING.md

File metadata and controls

15 lines (10 loc) · 267 Bytes

Testing

How to run test?

mvn test

How to run specific test only?

mvn test -Dtest=LevelDBTest#open_database_twice -DfailIfNoTests=false

More examples here.