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
Line 13: Line 13:


====Model purpose====
====Model purpose====
collusion_cycle.rb is used to calculate potential collusion cycles between peer reviews.
The file collusion_cycle.rb in models is used to calculate potential collusion cycles between peer reviews.


====Functions introduction====
====Functions introduction====

Revision as of 02:49, 26 March 2018

Introduction

aaaaa

Expertiza Background

zzzzz

Project Description

zzzzz

Project Details

Model introduction

Model purpose

The file collusion_cycle.rb in models is used to calculate potential collusion cycles between peer reviews.

Functions introduction

Test Description

Cycle Detection

1. two-node

2. three node

3. four node

Scores

1. similarity

2. deviation

Coverage Result

Future Work

Reference

1. rspec *2

2. expertiza *3