Name of test in NUnitTestAdapter 2.1.1 NUnit 2.6.4

94 Views Asked by At

Is there any way to change test names displayed in Test Explorer for NUnitTestAdapter 2.1.1/NUnit 2.6.4?

Currently test name is just method name. Because I have some base classes with tests and multiple inherited classes, it is impossible to figure out for which class test fails.

Test Explorer

I know there is Template Based Test Naming in NUnit3, but is there anything in NUnit2? When tests are run from console Full type name is displayed:

GcmSetup.Tests.TestSetup.DataHandling.Converters.TestConverterTests.MappingDataRecordConverterTests`1.Mapping_ColumnIsUnique
GcmSetup.Tests.TestSetup.DataHandling.Converters.TestingInfoFieldsTab.TestingInfoFieldConverterTests.MappingDataRecordConverterTests`1.Mapping_ColumnIsUnique
GcmSetup.Tests.TestSetup.DataHandling.Converters.TestingProtocolTab.TestProtocolActionConverterTests.MappingDataRecordConverterTests`1.Mapping_ColumnIsUnique
0

There are 0 best solutions below