Class YamlLoaderTest

java.lang.Object
net.avcompris.commons3.yaml.YamlLoaderTest

public class YamlLoaderTest extends Object
  • Constructor Details

    • YamlLoaderTest

      public YamlLoaderTest()
  • Method Details

    • testEmptyMap_brackets

      @Test public void testEmptyMap_brackets() throws Exception
      Throws:
      Exception
    • testEmptyMap_no_brackets

      @Test public void testEmptyMap_no_brackets() throws Exception
      Throws:
      Exception
    • testEmptyMap_space_no_brackets

      @Test public void testEmptyMap_space_no_brackets() throws Exception
      Throws:
      Exception
    • testEmptyMap_comment

      @Test public void testEmptyMap_comment() throws Exception
      Throws:
      Exception
    • testEmptyMap_space_comment

      @Test public void testEmptyMap_space_comment() throws Exception
      Throws:
      Exception
    • test_a_3_b_34

      @Test public void test_a_3_b_34() throws Exception
      Throws:
      Exception
    • testOneItem_brackets_no_spaces

      @Test public void testOneItem_brackets_no_spaces() throws Exception
      Throws:
      Exception
    • testOneItem_brackets_with_space

      @Test public void testOneItem_brackets_with_space() throws Exception
      Throws:
      Exception
    • testOneItem_indent

      @Test public void testOneItem_indent() throws Exception
      Throws:
      Exception
    • testOneItem_indent_error_tab

      @Test public void testOneItem_indent_error_tab() throws Exception
      Throws:
      Exception
    • testOneItem_brackets

      @Test public void testOneItem_brackets() throws Exception
      Throws:
      Exception
    • testOneItem_brackets_3letters

      @Test public void testOneItem_brackets_3letters() throws Exception
      Throws:
      Exception
    • testOneItem_space_in_key

      @Test public void testOneItem_space_in_key() throws Exception
      Throws:
      Exception
    • testOneItem_url

      @Test public void testOneItem_url() throws Exception
      Throws:
      Exception
    • testOneItem_brackets_spaces

      @Test public void testOneItem_brackets_spaces() throws Exception
      Throws:
      Exception
    • testOneItem_brackets_spaces_quotes

      @Test public void testOneItem_brackets_spaces_quotes() throws Exception
      Throws:
      Exception
    • testOneItem_brackets_quotes

      @Test public void testOneItem_brackets_quotes() throws Exception
      Throws:
      Exception
    • testOneItem_no_brackets

      @Test public void testOneItem_no_brackets() throws Exception
      Throws:
      Exception
    • testOneItem_no_brackets_quotes

      @Test public void testOneItem_no_brackets_quotes() throws Exception
      Throws:
      Exception
    • testOneItem_no_brackets_quotes_escaped_quotes

      @Test public void testOneItem_no_brackets_quotes_escaped_quotes() throws Exception
      Throws:
      Exception
    • testOneItem_no_brackets_quotes_escaped_backslashes

      @Test public void testOneItem_no_brackets_quotes_escaped_backslashes() throws Exception
      Throws:
      Exception
    • test_mapAsKey

      @Test public void test_mapAsKey() throws Exception
      Throws:
      Exception
    • test_mapAsValue_x_yz_brackets

      @Test public void test_mapAsValue_x_yz_brackets() throws Exception
      Throws:
      Exception
    • test_mapAsValue_x_empty_brackets

      @Test public void test_mapAsValue_x_empty_brackets() throws Exception
      Throws:
      Exception
    • test_mapAsValue_indent_x_yz

      @Test public void test_mapAsValue_indent_x_yz() throws Exception
      Throws:
      Exception
    • test_mapAsValue_indent_x_yz_same_line

      @Test public void test_mapAsValue_indent_x_yz_same_line() throws Exception
      Throws:
      Exception
    • test_mapAsValue_indent_x_yz_LF_LF_same_line

      @Test public void test_mapAsValue_indent_x_yz_LF_LF_same_line() throws Exception
      Throws:
      Exception
    • test_mapAsValue_indent_xy_za

      @Test public void test_mapAsValue_indent_xy_za() throws Exception
      Throws:
      Exception
    • test_mapAsValue_indent_xy_za_LF

      @Test public void test_mapAsValue_indent_xy_za_LF() throws Exception
      Throws:
      Exception
    • test_mapAsValue_indent_unterminated_colon

      @Test public void test_mapAsValue_indent_unterminated_colon() throws Exception
      Throws:
      Exception
    • test_mapAsValue_indent_x_yz_ab

      @Test public void test_mapAsValue_indent_x_yz_ab() throws Exception
      Throws:
      Exception
    • testInt

      @Test public void testInt() throws Exception
      Throws:
      Exception
    • testLong

      @Test public void testLong() throws Exception
      Throws:
      Exception
    • testBooleans

      @Test public void testBooleans() throws Exception
      Throws:
      Exception
    • test_array_3_34_brackets

      @Test public void test_array_3_34_brackets() throws Exception
      Throws:
      Exception
    • test_value_with_processing_variable

      @Test public void test_value_with_processing_variable() throws Exception
      Throws:
      Exception
    • test_array_3_34_brackets_no_spaces

      @Test public void test_array_3_34_brackets_no_spaces() throws Exception
      Throws:
      Exception
    • test_array_indent

      @Test public void test_array_indent() throws Exception
      Throws:
      Exception
    • test_array_empty_brackets

      @Test public void test_array_empty_brackets() throws Exception
      Throws:
      Exception
    • test_quoted_values_with_single_quotes

      @Test public void test_quoted_values_with_single_quotes() throws Exception
      Throws:
      Exception
    • test_quoted_values_with_single_quotes_two_lines

      @Test public void test_quoted_values_with_single_quotes_two_lines() throws Exception
      Throws:
      Exception
    • test_unquoted_values_with_hash

      @Test public void test_unquoted_values_with_hash() throws Exception
      Throws:
      Exception
    • test_quoted_values_with_single_quotes_two_lines_in_array

      @Test public void test_quoted_values_with_single_quotes_two_lines_in_array() throws Exception
      Throws:
      Exception
    • test_array_brackets_illegal_comma

      @Test public void test_array_brackets_illegal_comma() throws Exception
      Throws:
      Exception
    • test_array_with_comments

      @Test public void test_array_with_comments() throws Exception
      Throws:
      Exception
    • test_space_in_value

      @Test public void test_space_in_value() throws Exception
      Throws:
      Exception
    • test_regular_config_002

      @Test public void test_regular_config_002() throws Exception
      Throws:
      Exception
    • test_regular_config_002_simplified

      @Test public void test_regular_config_002_simplified() throws Exception
      Throws:
      Exception