Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
import java.util.Hashtable;


/*
* Requirements:
* Test 1. Verifies that the canvas gets drawn on because it should and there are entries to be drawn
* Test 2. Verifies that nothing gets drawn on the canvas because drawing is not allowed
* Test 3. Verifies that nothing gets drawn on the canvas because there is nothing to draw
* Test 4. Verifies that nothing gets drawn on the canvas because drawing is not enabled
*/
public class DrawValuesHorizontalChartTest {

private BarChartRenderer renderer;
Expand Down