ca.ucalgary.seahawk.services.test
Class RegexParserTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
ca.ucalgary.seahawk.services.test.RegexParserTestCase
- All Implemented Interfaces:
- junit.framework.Test
public class RegexParserTestCase
- extends junit.framework.TestCase
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, run, run, runBare, setName, 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, format |
TEST_REGEX1
public static final String TEST_REGEX1
- See Also:
- Constant Field Values
TEST_CAPGRP1
public static final String TEST_CAPGRP1
- See Also:
- Constant Field Values
TEST_CAPGRP2
public static final String TEST_CAPGRP2
- See Also:
- Constant Field Values
TEST_DATA1
public static final String TEST_DATA1
- See Also:
- Constant Field Values
TEST_REGEX2
public static final String TEST_REGEX2
- See Also:
- Constant Field Values
TEST_CAPGRP2_1
public static final String TEST_CAPGRP2_1
- See Also:
- Constant Field Values
TEST_CAPGRP2_2
public static final String TEST_CAPGRP2_2
- See Also:
- Constant Field Values
TEST_CAPGRP2_3
public static final String TEST_CAPGRP2_3
- See Also:
- Constant Field Values
TEST_DATA2
public static final String TEST_DATA2
- See Also:
- Constant Field Values
TEST_REGEX3
public static final String TEST_REGEX3
- See Also:
- Constant Field Values
TEST_REGEX4
public static final String TEST_REGEX4
- See Also:
- Constant Field Values
TEST_REGEX5
public static final String TEST_REGEX5
- See Also:
- Constant Field Values
TEST_CAPGRP3_RANGE_START
public static final int TEST_CAPGRP3_RANGE_START
- See Also:
- Constant Field Values
TEST_CAPGRP3_RANGE_END
public static final int TEST_CAPGRP3_RANGE_END
- See Also:
- Constant Field Values
TEST_CAPGRP4_RANGE_START
public static final int TEST_CAPGRP4_RANGE_START
- See Also:
- Constant Field Values
TEST_CAPGRP4_RANGE_END
public static final int TEST_CAPGRP4_RANGE_END
- See Also:
- Constant Field Values
TEST_CAPGRP5_RANGE_START
public static final int TEST_CAPGRP5_RANGE_START
- See Also:
- Constant Field Values
TEST_CAPGRP5_RANGE_END
public static final int TEST_CAPGRP5_RANGE_END
- See Also:
- Constant Field Values
RegexParserTestCase
public RegexParserTestCase(String name)
testRegexAssumptions
public void testRegexAssumptions()
testCaptureGroupExtraction
public void testCaptureGroupExtraction()
testCaptureGroupQuantifier
public void testCaptureGroupQuantifier()
- Ensure that extraction of capture groups, including their quantifier, works.
suite
public static junit.framework.Test suite()
- Returns:
- a test suite for all the test methods of this test case.
main
public static void main(String[] args)
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010