Skip to content

Commit a2a63ec

Browse files
committed
Comments for test methods
1 parent c223a6f commit a2a63ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Assets/MixedRealityToolkit.Tests/EditModeTests/Core/Extensions/CameraExtensionTests.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ public void TearDown()
112112
}
113113

114114

115-
115+
/// <summary>
116+
/// Test that the Camera extension method IsInFOVConeCached returns valid results for colliders whose bounds are renderable to the camera
117+
/// </summary>
116118
[Test]
117119
public void TestIsInFOVConeCached()
118120
{
@@ -123,6 +125,10 @@ public void TestIsInFOVConeCached()
123125
}
124126
}
125127

128+
/// <summary>
129+
/// Test that extension method IsInFOVConeCached gives expected results when called from multiple cameras
130+
/// facing different directions.
131+
/// </summary>
126132
[Test]
127133
public void TestIsInFOVConeCachedSecondCamera()
128134
{

0 commit comments

Comments
 (0)