Skip to content

Running tests

Francesco Palozzi edited this page Jun 5, 2026 · 1 revision

Running Tests

Test resources (sample files for all seven tools) are located in src/test/resources/rna-output/.

Run all tests

mvn test

Run a specific test class

mvn test -Dtest=BarnabaParserTest

Run integration tests only

mvn test -Dtest=ParserIntegrationTest,RnaUnifierIntegrationTest

Error Handling | Next: Advanced Usage

Clone this wiki locally