Class DisposeTester
Namespace: Autodesk.Fbx.UnitTests
Syntax
public static class DisposeTester
Methods
TestDispose<T>(T)
Test that dispose doesn't crash or throw anything.
This function is here just to allow the coverage tester to devirtualize the call to Dispose. Otherwise, it fails to notice some calls we're actually making.
Declaration
public static void TestDispose<T>(T disposable)
where T : IDisposable
Parameters
Type | Name | Description |
---|---|---|
T | disposable |
Type Parameters
Name | Description |
---|---|
T |