Interface | Description |
---|---|
Client.Factory |
Factory for creating clients.
|
ClientServices |
Clients that provide the ability to execute commands must implement this
interface.
|
Class | Description |
---|---|
AddTest |
Add command test suite.
|
CheckoutTest |
Checkout test suite.
|
Client |
The main way of communication with a server using the CVS Protocol.
|
CommitTest |
Commit command test suite.
|
CVSRoot |
CVSRoot represents the cvsroot that identifies the cvs repository's location
and the means to get to it.
|
CVSRootTest |
Test of CVSRoot class.
|
ErrorHandlingTest |
Tescase covering handling network unreliability and
known server protocol errors (library contains workarounds).
|
PseudoCvsServer |
Unit testing CVS server implementation that provides
constant replies coming from prepared files and
simulates network and server overload failures.
|
RlogTest |
Rlog command testcase.
|
TestKit |
Set of utility methods.
|