require 'test/unit' class BaseTest < Test::Unit::TestCase include MirrorTest def testConnectivity assert(@p4.connected?, "Not connected") assert(@p4.run_info[0]['serverRoot'], server_root) end def testClients clients = @p4.run_clients assert(clients.length == 2, "Where are my two clients?") end end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8257 | Sven Erik Knop |
MirrorPending ... a ruby implementation of a shelving replacement Proof of concept, not production code. |