groovy.lang
Class GStringTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by groovy.util.GroovyTestCase
              extended by groovy.lang.GStringTest
All Implemented Interfaces:
junit.framework.Test

public class GStringTest
extends GroovyTestCase

Tests the use of the structured Attribute type


Field Summary
 
Fields inherited from class groovy.util.GroovyTestCase
log, TEST_SCRIPT_NAME_PREFIX
 
Constructor Summary
GStringTest()
           
 
Method Summary
 void testAppendGString()
           
 void testAppendGString2()
           
 void testAppendString()
           
 void testAppendString2()
           
 void testEqualsAndHashCode()
           
 void testIterateOverText()
           
 
Methods inherited from class groovy.util.GroovyTestCase
assertArrayEquals, assertContains, assertContains, assertEquals, assertEquals, assertEquals, assertInspect, assertLength, assertLength, assertLength, assertScript, assertToString, fixEOLs, getMethodName, getName, getTestClassName, notYetImplemented, notYetImplemented, shouldFail, shouldFail, shouldFailWithCause
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, 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, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GStringTest

public GStringTest()
Method Detail

testIterateOverText

public void testIterateOverText()

testAppendString

public void testAppendString()

testAppendString2

public void testAppendString2()

testAppendGString

public void testAppendGString()

testAppendGString2

public void testAppendGString2()

testEqualsAndHashCode

public void testEqualsAndHashCode()