public void ShouldGetSingleWithFieldsBaseKnockback_Moves(IMoveDataHarness moveDataHarness)
 {
     moveDataHarness.SingleIsValidMove(1, Context);
 }
 public void ShouldGetSingleWithFieldsSetKnockback_Moves(IMoveDataHarness moveDataHarness)
 {
     //TODO: I hate magic numbers.  Id = 4 is the first entry for set knockback in the db
     moveDataHarness.SingleIsValidMove(4, Context);
 }
 public void ShouldGetSingle_Move(IMoveDataHarness moveDataHarness)
 {
     moveDataHarness.SingleIsValidMove(1, Context);
 }