Package org.apache.maven.scm
Class ChangeSetTest
- java.lang.Object
-
- org.apache.maven.scm.ChangeSetTest
-
public class ChangeSetTest extends Object
Tests for theChangeSet
class- Author:
- dion
-
-
Constructor Summary
Constructors Constructor Description ChangeSetTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Date
getDate(int year, int month, int day)
void
setUp()
Initialize per test datavoid
testAddFileWithFile()
Test of addFile methods: using ChangeFilevoid
testEquals()
void
testEscapeValue()
void
testGetAuthor()
Test of getAuthor methodvoid
testGetComment()
Test of getComment methodvoid
testGetDate()
Test of getDate methodvoid
testGetDateFormatted()
Test of getDateFormatted methodvoid
testGetTimeFormatted()
Test of getDateFormatted methodvoid
testHashCode()
void
testSetAuthor()
Test of setAuthor methodvoid
testSetComment()
Test of setComment methodvoid
testSetDate()
Test of setDate method with Date objectvoid
testSetDateFromString()
Test of setDate method with Stringvoid
testToString()
Test of toString methodvoid
testToXml()
void
testToXmlWithFiles()
-
-
-
Constructor Detail
-
ChangeSetTest
public ChangeSetTest()
-
-
Method Detail
-
setUp
public void setUp()
Initialize per test data
-
testAddFileWithFile
public void testAddFileWithFile()
Test of addFile methods: using ChangeFile
-
testToString
public void testToString()
Test of toString method
-
testGetAuthor
public void testGetAuthor()
Test of getAuthor method
-
testSetAuthor
public void testSetAuthor()
Test of setAuthor method
-
testGetComment
public void testGetComment()
Test of getComment method
-
testSetComment
public void testSetComment()
Test of setComment method
-
testGetDate
public void testGetDate()
Test of getDate method
-
testSetDate
public void testSetDate()
Test of setDate method with Date object
-
testSetDateFromString
public void testSetDateFromString()
Test of setDate method with String
-
testGetDateFormatted
public void testGetDateFormatted()
Test of getDateFormatted method
-
testGetTimeFormatted
public void testGetTimeFormatted()
Test of getDateFormatted method
-
testEscapeValue
public void testEscapeValue()
-
testEquals
public void testEquals()
-
testHashCode
public void testHashCode()
-
testToXml
public void testToXml()
-
testToXmlWithFiles
public void testToXmlWithFiles()
-
-