eu.scape_project.watch.adaptor.c3po.command
Class CommandsTest

java.lang.Object
  extended by eu.scape_project.watch.adaptor.c3po.command.CommandsTest

public class CommandsTest
extends Object

Tests the commands that read the profile.

Author:
Petar Petrov

Constructor Summary
CommandsTest()
           
 
Method Summary
 void setup()
          Mocks the unnecessary objects.
 void shouldTestAvgSizeCommand()
          Tests the ObjectsAvgSizeCommand.
 void shouldTestCountCommand()
          Tests the ObjectsCountCommand.
 void shouldTestDistributionCommand()
          Tests the DistributionCommand.
 void shouldTestMaxSizeCommand()
          Tests the ObjectsMaxSizeCommand.
 void shouldTestMinSizeCommand()
          Tests the ObjectsMinSizeCommand.
 void shouldTestSizeCommand()
          Tests the CollectionSizeCommand.
 void teardown()
          Tears down the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandsTest

public CommandsTest()
Method Detail

setup

public void setup()
Mocks the unnecessary objects.


teardown

public void teardown()
Tears down the test.


shouldTestSizeCommand

public void shouldTestSizeCommand()
Tests the CollectionSizeCommand.


shouldTestAvgSizeCommand

public void shouldTestAvgSizeCommand()
Tests the ObjectsAvgSizeCommand.


shouldTestMinSizeCommand

public void shouldTestMinSizeCommand()
Tests the ObjectsMinSizeCommand.


shouldTestMaxSizeCommand

public void shouldTestMaxSizeCommand()
Tests the ObjectsMaxSizeCommand.


shouldTestCountCommand

public void shouldTestCountCommand()
Tests the ObjectsCountCommand.


shouldTestDistributionCommand

public void shouldTestDistributionCommand()
Tests the DistributionCommand.



Copyright © 2012. All Rights Reserved.