CSC/ECE 517 Spring 2018/E1814 Write unit tests for collusion cycle.rb

From Expertiza_Wiki
Revision as of 03:15, 26 March 2018 by Rjmontgo (talk | contribs)
Jump to navigation Jump to search

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