There is a tula written in Java. Can I add several performance tests to the test folder, each with a main () method? Those. when running a jar'nik generated by the build, can one of these tests run instead of the standard main () method?

    1 answer 1

    The class main whose method will be executed, either specified in the manifest or shown in the command line. So no, your test methods will not run unless you specifically launch them.