test: remove known tautologies and scaffolds
This commit is contained in:
parent
8e884679e0
commit
52015f5052
9 changed files with 156 additions and 61 deletions
|
|
@ -54,11 +54,4 @@ public class ChaseCameraTests
|
|||
|
||||
Assert.True(z2 > z1, "Increasing pitch should raise the camera");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ImplementsICamera()
|
||||
{
|
||||
ICamera camera = new ChaseCamera { Aspect = 16f / 9f };
|
||||
camera.ToString(); // just proves interface is implemented
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue