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