org.jvyamlb
Class YAMLLoadTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jvyamlb.YAMLLoadTest
All Implemented Interfaces:
junit.framework.Test

public class YAMLLoadTest
extends junit.framework.TestCase

Author:
Ola Bini

Constructor Summary
YAMLLoadTest(java.lang.String name)
           
 
Method Summary
 void testBasicIntegerScalarLoad()
           
 void testBasicStringScalarLoad()
           
 void testBlockMappingLoad()
           
 void testBuiltinTag()
           
 void testDirectives()
           
 void testFlowMappingLoad()
           
 void testInternalChar()
           
 void testJavaBeanLoad()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YAMLLoadTest

public YAMLLoadTest(java.lang.String name)
Method Detail

testBasicStringScalarLoad

public void testBasicStringScalarLoad()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testBasicIntegerScalarLoad

public void testBasicIntegerScalarLoad()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testBlockMappingLoad

public void testBlockMappingLoad()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFlowMappingLoad

public void testFlowMappingLoad()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testInternalChar

public void testInternalChar()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBuiltinTag

public void testBuiltinTag()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testDirectives

public void testDirectives()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testJavaBeanLoad

public void testJavaBeanLoad()
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2007 JRuby Team. All Rights Reserved.