Skip to content

Commit dc806bb

Browse files
authored
STY: Fixed filter tags to consistently use the full filter name (#1524)
* Fixed filter tags to consistently use the full filter name * Added some missing filter tags Signed-off-by: Jared Duffey <jared.duffey@bluequartz.net>
1 parent 40b270c commit dc806bb

10 files changed

Lines changed: 40 additions & 40 deletions

src/Plugins/OrientationAnalysis/test/CAxisSegmentFeaturesTest.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inline const DataPath k_FeatureIdsMaskFacePath = k_InputGeometryPath.createChild
3737
inline const DataPath k_FeatureIdsMaskAllPath = k_InputGeometryPath.createChildPath(k_CellDataName).createChildPath("CAxis_FeatureIds_Mask_All");
3838
} // namespace caxis_segment_features_constants
3939

40-
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:Face", "[OrientationAnalysis][CAxisSegmentFeatures]")
40+
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:Face", "[OrientationAnalysis][CAxisSegmentFeaturesFilter]")
4141
{
4242
const nx::core::UnitTest::TestFileSentinel testDataSentinel(nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, "segment_features_test_data.tar.gz",
4343
"segment_features_test_data");
@@ -93,7 +93,7 @@ TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:Face", "[OrientationAnalysi
9393
UnitTest::CheckArraysInheritTupleDims(dataStructure, SmallIn100::k_TupleCheckIgnoredPaths);
9494
}
9595

96-
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:All", "[OrientationAnalysis][CAxisSegmentFeatures]")
96+
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:All", "[OrientationAnalysis][CAxisSegmentFeaturesFilter]")
9797
{
9898
const nx::core::UnitTest::TestFileSentinel testDataSentinel(nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, "segment_features_test_data.tar.gz",
9999
"segment_features_test_data");
@@ -149,7 +149,7 @@ TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:All", "[OrientationAnalysis
149149
UnitTest::CheckArraysInheritTupleDims(dataStructure, SmallIn100::k_TupleCheckIgnoredPaths);
150150
}
151151

152-
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:MaskFace", "[OrientationAnalysis][CAxisSegmentFeatures]")
152+
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:MaskFace", "[OrientationAnalysis][CAxisSegmentFeaturesFilter]")
153153
{
154154
const nx::core::UnitTest::TestFileSentinel testDataSentinel(nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, "segment_features_test_data.tar.gz",
155155
"segment_features_test_data");
@@ -205,7 +205,7 @@ TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:MaskFace", "[OrientationAna
205205
UnitTest::CheckArraysInheritTupleDims(dataStructure, SmallIn100::k_TupleCheckIgnoredPaths);
206206
}
207207

208-
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:MaskAll", "[OrientationAnalysis][CAxisSegmentFeatures]")
208+
TEST_CASE("OrientationAnalysis::CAxisSegmentFeatures:MaskAll", "[OrientationAnalysis][CAxisSegmentFeaturesFilter]")
209209
{
210210
const nx::core::UnitTest::TestFileSentinel testDataSentinel(nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, "segment_features_test_data.tar.gz",
211211
"segment_features_test_data");

src/Plugins/OrientationAnalysis/test/ComputeAvgOrientationsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const std::string k_Exemplar_AvgEulersName = "AvgEulerAngles";
6565

6666
} // namespace compute_avg_orientation
6767

68-
TEST_CASE("OrientationAnalysis::ComputeAvgOrientations", "[OrientationAnalysis][ComputeAvgOrientations]")
68+
TEST_CASE("OrientationAnalysis::ComputeAvgOrientations", "[OrientationAnalysis][ComputeAvgOrientationsFilter]")
6969
{
7070
UnitTest::LoadPlugins();
7171

src/Plugins/OrientationAnalysis/test/ComputeIPFColorsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ constexpr StringLiteral k_ImageDataContainer("ImageDataContainer");
5050
constexpr StringLiteral k_OutputIPFColors("IPF Colors_Test_Output");
5151
} // namespace nx::core::Constants
5252

53-
TEST_CASE("OrientationAnalysis::ComputeIPFColors", "[OrientationAnalysis][ComputeIPFColors]")
53+
TEST_CASE("OrientationAnalysis::ComputeIPFColors", "[OrientationAnalysis][ComputeIPFColorsFilter]")
5454
{
5555

5656
{

src/Plugins/OrientationAnalysis/test/ConvertOrientationsTest.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* NOTE the format of the ```TEST_CASE``` macro. Please stick to this format to
1616
* allow easier parsing of the unit tests.
1717
*
18-
* When you start working on this unit test remove "[ConvertOrientations][.][UNIMPLEMENTED]"
18+
* When you start working on this unit test remove "[ConvertOrientationsFilter][.][UNIMPLEMENTED]"
1919
* from the TEST_CASE macro. This will enable this unit test to be run by default
2020
* and report errors.
2121
*/
@@ -86,7 +86,7 @@ void _make_code()
8686
}
8787
}
8888

89-
TEST_CASE("OrientationAnalysis::ConvertOrientations: Invalid preflight", "[OrientationAnalysis][ConvertOrientations]")
89+
TEST_CASE("OrientationAnalysis::ConvertOrientations: Invalid preflight", "[OrientationAnalysis][ConvertOrientationsFilter]")
9090
{
9191
UnitTest::LoadPlugins();
9292

@@ -152,7 +152,7 @@ TEST_CASE("OrientationAnalysis::ConvertOrientations: Invalid preflight", "[Orien
152152
* @brief TEST_CASE This test case will execute all the combinations of the ConvertOrientations filter. This test only
153153
* tests the execution of the filter and not the final output.
154154
*/
155-
TEST_CASE("OrientationAnalysis::ConvertOrientations: Valid filter execution")
155+
TEST_CASE("OrientationAnalysis::ConvertOrientations: Valid filter execution", "[ConvertOrientationsFilter]")
156156
{
157157
UnitTest::LoadPlugins();
158158

@@ -235,7 +235,7 @@ TEST_CASE("OrientationAnalysis::ConvertOrientations: Valid filter execution")
235235
}
236236
}
237237

238-
TEST_CASE("OrientationAnalysis::ConvertOrientations: Equal Representations")
238+
TEST_CASE("OrientationAnalysis::ConvertOrientations: Equal Representations", "[ConvertOrientationsFilter]")
239239
{
240240
typedef ebsdlib::OrientationConverter<EbsdDataArray<float32>, float32> OCType;
241241
const std::vector<ebsdlib::orientations::Type> ocTypes = OCType::GetOrientationTypes();

src/Plugins/OrientationAnalysis/test/ReadAngDataTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using namespace nx::core;
1414
using namespace nx::core::Constants;
1515
using namespace nx::core::UnitTest;
1616

17-
TEST_CASE("OrientationAnalysis::ReadAngData: Exemplary Test", "[OrientationAnalysis][ReadAngData]")
17+
TEST_CASE("OrientationAnalysis::ReadAngData: Exemplary Test", "[OrientationAnalysis][ReadAngDataFilter]")
1818
{
1919
UnitTest::LoadPlugins();
2020

@@ -50,7 +50,7 @@ TEST_CASE("OrientationAnalysis::ReadAngData: Exemplary Test", "[OrientationAnaly
5050
UnitTest::CheckArraysInheritTupleDims(dataStructure);
5151
}
5252

53-
TEST_CASE("OrientationAnalysis::ReadAngData: Invalid Phase", "[OrientationAnalysis][ReadAngData]")
53+
TEST_CASE("OrientationAnalysis::ReadAngData: Invalid Phase", "[OrientationAnalysis][ReadAngDataFilter]")
5454
{
5555
UnitTest::LoadPlugins();
5656

@@ -79,7 +79,7 @@ TEST_CASE("OrientationAnalysis::ReadAngData: Invalid Phase", "[OrientationAnalys
7979
REQUIRE(executeResult.result.errors()[0].code == -150);
8080
}
8181

82-
TEST_CASE("OrientationAnalysis::ReadAngData: Invalid Columns & Rows", "[OrientationAnalysis][ReadAngData]")
82+
TEST_CASE("OrientationAnalysis::ReadAngData: Invalid Columns & Rows", "[OrientationAnalysis][ReadAngDataFilter]")
8383
{
8484
UnitTest::LoadPlugins();
8585

src/Plugins/OrientationAnalysis/test/RotateEulerRefFrameTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace fs = std::filesystem;
1818

1919
using namespace nx::core;
2020

21-
TEST_CASE("OrientationAnalysis::RotateEulerRefFrame", "[OrientationAnalysis]")
21+
TEST_CASE("OrientationAnalysis::RotateEulerRefFrame", "[OrientationAnalysis][RotateEulerRefFrameFilter]")
2222
{
2323
const nx::core::UnitTest::TestFileSentinel testDataSentinel(nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, "ASCIIData.tar.gz", "ASCIIData");
2424

src/Plugins/SimplnxCore/test/ComputeFeatureSizesTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const std::string k_EquivalentDiameters("EquivalentDiameters");
2020

2121
} // namespace
2222

23-
TEST_CASE("SimplnxCore::ComputeFeatureSizes", "[SimplnxCore][ComputeFeatureSizes]")
23+
TEST_CASE("SimplnxCore::ComputeFeatureSizes", "[SimplnxCore][ComputeFeatureSizesFilter]")
2424
{
2525
UnitTest::LoadPlugins();
2626

src/Plugins/SimplnxCore/test/DREAM3DFileTest.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ DREAM3D::FileData CreateFileData()
266266

267267
} // End Namespace
268268

269-
TEST_CASE("DREAM3DFileTest:DREAM3D File IO Test")
269+
TEST_CASE("DREAM3DFileTest:DREAM3D File IO Test", "[WriteDREAM3DFilter]")
270270
{
271271
UnitTest::LoadPlugins();
272272

@@ -306,7 +306,7 @@ TEST_CASE("DREAM3DFileTest:DREAM3D File IO Test")
306306
}
307307
}
308308

309-
TEST_CASE("DREAM3DFileTest::StringArray")
309+
TEST_CASE("DREAM3DFileTest::StringArray", "[ReadDREAM3DFilter][WriteDREAM3DFilter]")
310310
{
311311
auto app = Application::GetOrCreateInstance();
312312

@@ -341,7 +341,7 @@ TEST_CASE("DREAM3DFileTest::StringArray")
341341
REQUIRE(std::equal(stringArray->begin(), stringArray->end(), values.begin(), values.end()));
342342
}
343343

344-
TEST_CASE("DREAM3DFileTest:Import/Export DREAM3D Filter Test")
344+
TEST_CASE("DREAM3DFileTest:Import/Export DREAM3D Filter Test", "[ReadDREAM3DFilter][WriteDREAM3DFilter]")
345345
{
346346
UnitTest::LoadPlugins();
347347

@@ -378,7 +378,7 @@ TEST_CASE("DREAM3DFileTest:Import/Export DREAM3D Filter Test")
378378
}
379379
}
380380

381-
TEST_CASE("DREAM3DFileTest:Import/Export Multi-DREAM3D Filter Test")
381+
TEST_CASE("DREAM3DFileTest:Import/Export Multi-DREAM3D Filter Test", "[ReadDREAM3DFilter][WriteDREAM3DFilter]")
382382
{
383383
UnitTest::LoadPlugins();
384384

@@ -397,7 +397,7 @@ TEST_CASE("DREAM3DFileTest:Import/Export Multi-DREAM3D Filter Test")
397397
UnitTest::CheckArraysInheritTupleDims(importDataStructure);
398398
}
399399

400-
TEST_CASE("DREAM3DFileTest: Existing Data Objects Test")
400+
TEST_CASE("DREAM3DFileTest: Existing Data Objects Test", "[ReadDREAM3DFilter]")
401401
{
402402
UnitTest::LoadPlugins();
403403

@@ -450,7 +450,7 @@ TEST_CASE("DREAM3DFileTest: Existing Data Objects Test")
450450
UnitTest::CheckArraysInheritTupleDims(ds, SmallIn100::k_TupleCheckIgnoredPaths);
451451
}
452452

453-
TEST_CASE("DREAM3DFileTest: Path Import Policy Tests")
453+
TEST_CASE("DREAM3DFileTest: Path Import Policy Tests", "[ReadDREAM3DFilter]")
454454
{
455455
const nx::core::UnitTest::TestFileSentinel testDataSentinel(nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, "Small_IN100_dream3d_v3.tar.gz", "Small_IN100.dream3d");
456456
auto filePath = fs::path(fmt::format("{}/Small_IN100.dream3d", unit_test::k_TestFilesDir));

src/Plugins/SimplnxCore/test/FillBadDataTest.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using namespace nx::core;
1616
using namespace nx::core::Constants;
1717
using namespace nx::core::UnitTest;
1818

19-
TEST_CASE("SimplnxCore::FillBadData_SmallIN100", "[Core][FillBadData]")
19+
TEST_CASE("SimplnxCore::FillBadData_SmallIN100", "[Core][FillBadDataFilter]")
2020
{
2121
// Load the Simplnx Application instance and load the plugins
2222
UnitTest::LoadPlugins();
@@ -63,7 +63,7 @@ TEST_CASE("SimplnxCore::FillBadData_SmallIN100", "[Core][FillBadData]")
6363
UnitTest::CheckArraysInheritTupleDims(dataStructure);
6464
}
6565

66-
TEST_CASE("SimplnxCore::FillBadData::Test01_SingleSmallDefect", "[Core][FillBadData]")
66+
TEST_CASE("SimplnxCore::FillBadData::Test01_SingleSmallDefect", "[Core][FillBadDataFilter]")
6767
{
6868
UnitTest::LoadPlugins();
6969
// Configure out-of-core settings (automatically restored on scope exit)
@@ -101,7 +101,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test01_SingleSmallDefect", "[Core][FillBadD
101101
UnitTest::CheckArraysInheritTupleDims(dataStructure);
102102
}
103103

104-
TEST_CASE("SimplnxCore::FillBadData::Test02_SingleLargeDefect", "[Core][FillBadData]")
104+
TEST_CASE("SimplnxCore::FillBadData::Test02_SingleLargeDefect", "[Core][FillBadDataFilter]")
105105
{
106106
UnitTest::LoadPlugins();
107107

@@ -140,7 +140,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test02_SingleLargeDefect", "[Core][FillBadD
140140
UnitTest::CheckArraysInheritTupleDims(dataStructure);
141141
}
142142

143-
TEST_CASE("SimplnxCore::FillBadData::Test03_ThresholdBoundary", "[Core][FillBadData]")
143+
TEST_CASE("SimplnxCore::FillBadData::Test03_ThresholdBoundary", "[Core][FillBadDataFilter]")
144144
{
145145
UnitTest::LoadPlugins();
146146

@@ -174,7 +174,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test03_ThresholdBoundary", "[Core][FillBadD
174174
UnitTest::CheckArraysInheritTupleDims(dataStructure);
175175
}
176176

177-
TEST_CASE("SimplnxCore::FillBadData::Test04_MultipleSmallDefects", "[Core][FillBadData]")
177+
TEST_CASE("SimplnxCore::FillBadData::Test04_MultipleSmallDefects", "[Core][FillBadDataFilter]")
178178
{
179179
UnitTest::LoadPlugins();
180180

@@ -208,7 +208,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test04_MultipleSmallDefects", "[Core][FillB
208208
UnitTest::CheckArraysInheritTupleDims(dataStructure);
209209
}
210210

211-
TEST_CASE("SimplnxCore::FillBadData::Test05_MixedSmallAndLarge", "[Core][FillBadData]")
211+
TEST_CASE("SimplnxCore::FillBadData::Test05_MixedSmallAndLarge", "[Core][FillBadDataFilter]")
212212
{
213213
UnitTest::LoadPlugins();
214214

@@ -242,7 +242,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test05_MixedSmallAndLarge", "[Core][FillBad
242242
UnitTest::CheckArraysInheritTupleDims(dataStructure);
243243
}
244244

245-
TEST_CASE("SimplnxCore::FillBadData::Test06_SingleVoxelDefects", "[Core][FillBadData]")
245+
TEST_CASE("SimplnxCore::FillBadData::Test06_SingleVoxelDefects", "[Core][FillBadDataFilter]")
246246
{
247247
UnitTest::LoadPlugins();
248248

@@ -276,7 +276,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test06_SingleVoxelDefects", "[Core][FillBad
276276
UnitTest::CheckArraysInheritTupleDims(dataStructure);
277277
}
278278

279-
TEST_CASE("SimplnxCore::FillBadData::Test07_DefectsAtBoundaries", "[Core][FillBadData]")
279+
TEST_CASE("SimplnxCore::FillBadData::Test07_DefectsAtBoundaries", "[Core][FillBadDataFilter]")
280280
{
281281
UnitTest::LoadPlugins();
282282

@@ -310,7 +310,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test07_DefectsAtBoundaries", "[Core][FillBa
310310
UnitTest::CheckArraysInheritTupleDims(dataStructure);
311311
}
312312

313-
TEST_CASE("SimplnxCore::FillBadData::Test11_NeighborTieBreaking", "[Core][FillBadData]")
313+
TEST_CASE("SimplnxCore::FillBadData::Test11_NeighborTieBreaking", "[Core][FillBadDataFilter]")
314314
{
315315
UnitTest::LoadPlugins();
316316

@@ -349,7 +349,7 @@ TEST_CASE("SimplnxCore::FillBadData::Test11_NeighborTieBreaking", "[Core][FillBa
349349
UnitTest::CheckArraysInheritTupleDims(dataStructure);
350350
}
351351

352-
TEST_CASE("SimplnxCore::FillBadData::Test13_StoreAsNewPhase", "[Core][FillBadData]")
352+
TEST_CASE("SimplnxCore::FillBadData::Test13_StoreAsNewPhase", "[Core][FillBadDataFilter]")
353353
{
354354
UnitTest::LoadPlugins();
355355

src/Plugins/SimplnxCore/test/MultiThresholdObjectsTest.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ float64 GetOutOfBoundsMaximumValue()
9191
}
9292
} // namespace
9393

94-
TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution", "[SimplnxCore][MultiThresholdObjects]")
94+
TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution", "[SimplnxCore][MultiThresholdObjectsFilter]")
9595
{
9696
UnitTest::LoadPlugins();
9797

@@ -182,8 +182,8 @@ TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution", "[SimplnxCore][
182182
UnitTest::CheckArraysInheritTupleDims(dataStructure);
183183
}
184184

185-
TEMPLATE_TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution - Custom Values", "[SimplnxCore][MultiThresholdObjects]", int8, uint8, int16, uint16, int32, uint32, int64, uint64, float32,
186-
float64)
185+
TEMPLATE_TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution - Custom Values", "[SimplnxCore][MultiThresholdObjectsFilter]", int8, uint8, int16, uint16, int32, uint32, int64, uint64,
186+
float32, float64)
187187
{
188188
UnitTest::LoadPlugins();
189189

@@ -234,7 +234,7 @@ TEMPLATE_TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution - Custom
234234
}
235235
}
236236

237-
TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution", "[SimplnxCore][MultiThresholdObjects]")
237+
TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution", "[SimplnxCore][MultiThresholdObjectsFilter]")
238238
{
239239
UnitTest::LoadPlugins();
240240

@@ -313,8 +313,8 @@ TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution", "[SimplnxCore
313313
UnitTest::CheckArraysInheritTupleDims(dataStructure);
314314
}
315315

316-
TEMPLATE_TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution - Out of Bounds Custom Values", "[SimplnxCore][MultiThresholdObjects]", int8, uint8, int16, uint16, int32, uint32, int64,
317-
uint64, float32)
316+
TEMPLATE_TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution - Out of Bounds Custom Values", "[SimplnxCore][MultiThresholdObjectsFilter]", int8, uint8, int16, uint16, int32, uint32,
317+
int64, uint64, float32)
318318
{
319319
UnitTest::LoadPlugins();
320320

@@ -376,7 +376,7 @@ TEMPLATE_TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution - Out
376376
REQUIRE(preflightResult.outputActions.errors()[0].code == code);
377377
}
378378

379-
TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution - Boolean Custom Values", "[SimplnxCore][MultiThresholdObjects]")
379+
TEST_CASE("SimplnxCore::MultiThresholdObjects: Invalid Execution - Boolean Custom Values", "[SimplnxCore][MultiThresholdObjectsFilter]")
380380
{
381381
UnitTest::LoadPlugins();
382382

@@ -440,7 +440,7 @@ void checkMaskValues(const DataStructure& dataStructure, const DataPath& thresho
440440
}
441441
}
442442

443-
TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution, DataType", "[SimplnxCore][MultiThresholdObjects]")
443+
TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution, DataType", "[SimplnxCore][MultiThresholdObjectsFilter]")
444444
{
445445
UnitTest::LoadPlugins();
446446

@@ -722,7 +722,7 @@ TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution, DataType", "[Sim
722722
UnitTest::CheckArraysInheritTupleDims(dataStructure);
723723
}
724724

725-
TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution - Multicomponent", "[SimplnxCore][MultiThresholdObjects]")
725+
TEST_CASE("SimplnxCore::MultiThresholdObjects: Valid Execution - Multicomponent", "[SimplnxCore][MultiThresholdObjectsFilter]")
726726
{
727727
DataStructure dataStructure = CreateTestDataStructure();
728728

0 commit comments

Comments
 (0)