CSC/ECE 517 Spring 2018/E1814 Write unit tests for collusion cycle.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
m (Created page with "Test Creation")
 
No edit summary
Line 1: Line 1:
Test Creation
==Introduction==
===Background===
-Provide background info on expertiza here
-Describe what a collusion cycle is here
===Motivation===
-Explain why these changes are important
  -Ensure coverage
  -Catch possible bugs in the collusion cycle
===Tasks Identified===
-Discuss this with cameron
  -Get a breakdown of the various tasks we made and completed/will complete.
 
====Classes====
-Classes used. (collusion_cycle.rb and collusion_cycle_spec.rb)
 
====Writing the collusion Cycle Tests====
 
====Describe other tasks here====
 
===Changes To the View===
 
====Impact Analysis====
-Should put expected impact since we do not know exactly
  -Increase coverage
  -We have already found one bug
 
===Affected Classes===
-THink this is already covered, will discuss what needs to go here later.
 
==Running the Project locally==
-Add instructions on how to get it running locally
 
==Running the Test Files==
-Instructions on how to run the test files. (This could possibly be collapsed in the previous section)
 
==Future Work==

Revision as of 03:15, 26 March 2018

Introduction

Background

-Provide background info on expertiza here -Describe what a collusion cycle is here

Motivation

-Explain why these changes are important

 -Ensure coverage
 -Catch possible bugs in the collusion cycle

Tasks Identified

-Discuss this with cameron

 -Get a breakdown of the various tasks we made and completed/will complete.

Classes

-Classes used. (collusion_cycle.rb and collusion_cycle_spec.rb)

Writing the collusion Cycle Tests

Describe other tasks here

Changes To the View

Impact Analysis

-Should put expected impact since we do not know exactly

 -Increase coverage
 -We have already found one bug

Affected Classes

-THink this is already covered, will discuss what needs to go here later.

Running the Project locally

-Add instructions on how to get it running locally

Running the Test Files

-Instructions on how to run the test files. (This could possibly be collapsed in the previous section)

Future Work