Changeset 177 for trunk/tests


Ignore:
Timestamp:
07/31/08 07:35:28 (16 years ago)
Author:
bjn8
Message:

This is the JUnit 4.0 reliant class!
It did not need those annotations....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/org/expeditee/items/StringUtilsTest.java

    r155 r177  
    33import junit.framework.TestCase;
    44
    5 import org.junit.Before;
    6 import org.junit.Test;
    7 
    85public class StringUtilsTest extends TestCase{
    96
    10         @Before
    117        public void setUp() throws Exception {
    128        }
    139
    14         @Test
    1510        public final void testConvertNewLineChars() {
    1611                String windows = "Line 1\r\nLine 2\r\nLine 3\r\nLine 4";
Note: See TracChangeset for help on using the changeset viewer.