Class YAMLRoverTest


  • public class YAMLRoverTest
    extends ToolTestBase
    Unit test for issue ANY23-308
    Author:
    Jacek Grzebyta (grzebyta.dev [at] gmail.com)
    • Constructor Detail

      • YAMLRoverTest

        public YAMLRoverTest()
    • Method Detail

      • assertFileContainsString

        public void assertFileContainsString​(File f,
                                             String s)
                                      throws IOException
        Asserts if file contains wanted string. If logging level is trace than additionally displays file content.
        Parameters:
        f - input file
        s - Expected string in the file
        Throws:
        IOException - if there is an error reading the input data.