Skip to content
Snippets Groups Projects
Commit c69937f3 authored by ankit kariryaa's avatar ankit kariryaa
Browse files

Add test

parent 76fae1d5
No related branches found
No related tags found
No related merge requests found
package eu.nomad_lab.parsers
import org.specs2.mutable.Specification
object DlPolyParserSpec extends Specification {
"DlPolyParserTest" >> {
"test with json-events" >> {
ParserRun.parse(DlPolyParser,"parsers/dl-poly/test/examples/dl-poly-test1/OUTPUT","json-events") must_== ParseResult.ParseSuccess
}
"test with json" >> {
ParserRun.parse(DlPolyParser,"parsers/dl-poly/test/examples/dl-poly-test1/OUTPUT","json") must_== ParseResult.ParseSuccess
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment