NUnit.Framework.Internal.Builders.TestMetadataCache
Caches static information for ITestAction to reduce re-calculations and memory allocations from reflection.
namespace NUnit.Framework.Internal.Builders
{
internal static class TestMetadataCache
{
}
}