Package net.avcompris.commons3.yaml
Class YamlLoaderTest
java.lang.Object
net.avcompris.commons3.yaml.YamlLoaderTest
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
YamlLoaderTest
public YamlLoaderTest()
-
-
Method Details
-
testEmptyMap_brackets
- Throws:
Exception
-
testEmptyMap_no_brackets
- Throws:
Exception
-
testEmptyMap_space_no_brackets
- Throws:
Exception
-
testEmptyMap_comment
- Throws:
Exception
-
testEmptyMap_space_comment
- Throws:
Exception
-
test_a_3_b_34
- Throws:
Exception
-
testOneItem_brackets_no_spaces
- Throws:
Exception
-
testOneItem_brackets_with_space
- Throws:
Exception
-
testOneItem_indent
- Throws:
Exception
-
testOneItem_indent_error_tab
- Throws:
Exception
-
testOneItem_brackets
- Throws:
Exception
-
testOneItem_brackets_3letters
- Throws:
Exception
-
testOneItem_space_in_key
- Throws:
Exception
-
testOneItem_url
- Throws:
Exception
-
testOneItem_brackets_spaces
- Throws:
Exception
-
testOneItem_brackets_spaces_quotes
- Throws:
Exception
-
testOneItem_brackets_quotes
- Throws:
Exception
-
testOneItem_no_brackets
- Throws:
Exception
-
testOneItem_no_brackets_quotes
- Throws:
Exception
-
testOneItem_no_brackets_quotes_escaped_quotes
- Throws:
Exception
-
testOneItem_no_brackets_quotes_escaped_backslashes
- Throws:
Exception
-
test_mapAsKey
- Throws:
Exception
-
test_mapAsValue_x_yz_brackets
- Throws:
Exception
-
test_mapAsValue_x_empty_brackets
- Throws:
Exception
-
test_mapAsValue_indent_x_yz
- Throws:
Exception
-
test_mapAsValue_indent_x_yz_same_line
- Throws:
Exception
-
test_mapAsValue_indent_x_yz_LF_LF_same_line
- Throws:
Exception
-
test_mapAsValue_indent_xy_za
- Throws:
Exception
-
test_mapAsValue_indent_xy_za_LF
- Throws:
Exception
-
test_mapAsValue_indent_unterminated_colon
- Throws:
Exception
-
test_mapAsValue_indent_x_yz_ab
- Throws:
Exception
-
testInt
- Throws:
Exception
-
testLong
- Throws:
Exception
-
testBooleans
- Throws:
Exception
-
test_array_3_34_brackets
- Throws:
Exception
-
test_value_with_processing_variable
- Throws:
Exception
-
test_array_3_34_brackets_no_spaces
- Throws:
Exception
-
test_array_indent
- Throws:
Exception
-
test_array_empty_brackets
- Throws:
Exception
-
test_quoted_values_with_single_quotes
- Throws:
Exception
-
test_quoted_values_with_single_quotes_two_lines
- Throws:
Exception
-
test_unquoted_values_with_hash
- Throws:
Exception
-
test_quoted_values_with_single_quotes_two_lines_in_array
- Throws:
Exception
-
test_array_brackets_illegal_comma
- Throws:
Exception
-
test_array_with_comments
- Throws:
Exception
-
test_space_in_value
- Throws:
Exception
-
test_regular_config_002
- Throws:
Exception
-
test_regular_config_002_simplified
- Throws:
Exception
-