@@ -564,7 +564,7 @@ TEST_CASE("ITKImageProcessing::ITKImportImageStackFilter: Flipped Image Odd-Odd
564564 UnitTest::CheckArraysInheritTupleDims (dataStructure);
565565}
566566
567- TEST_CASE (" ITKImportImageStack::Baseline_NoProcessing" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Baseline]" )
567+ TEST_CASE (" ITKImportImageStack::Baseline_NoProcessing" , " [ITKImageProcessing][ITKImportImageStackFilter][Baseline]" )
568568{
569569 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
570570
@@ -596,7 +596,7 @@ TEST_CASE("ITKImportImageStack::Baseline_NoProcessing", "[ITKImageProcessing][IT
596596// CROPPING TESTS
597597// =============================================================================
598598
599- TEST_CASE (" ITKImportImageStack::Crop_Voxel_XOnly" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Cropping]" )
599+ TEST_CASE (" ITKImportImageStack::Crop_Voxel_XOnly" , " [ITKImageProcessing][ITKImportImageStackFilter][Cropping]" )
600600{
601601 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
602602
@@ -625,7 +625,7 @@ TEST_CASE("ITKImportImageStack::Crop_Voxel_XOnly", "[ITKImageProcessing][ITKImpo
625625 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
626626}
627627
628- TEST_CASE (" ITKImportImageStack::Crop_Voxel_YOnly" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Cropping]" )
628+ TEST_CASE (" ITKImportImageStack::Crop_Voxel_YOnly" , " [ITKImageProcessing][ITKImportImageStackFilter][Cropping]" )
629629{
630630 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
631631
@@ -654,7 +654,7 @@ TEST_CASE("ITKImportImageStack::Crop_Voxel_YOnly", "[ITKImageProcessing][ITKImpo
654654 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
655655}
656656
657- TEST_CASE (" ITKImportImageStack::Crop_Voxel_ZOnly" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Cropping]" )
657+ TEST_CASE (" ITKImportImageStack::Crop_Voxel_ZOnly" , " [ITKImageProcessing][ITKImportImageStackFilter][Cropping]" )
658658{
659659 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
660660
@@ -683,7 +683,7 @@ TEST_CASE("ITKImportImageStack::Crop_Voxel_ZOnly", "[ITKImageProcessing][ITKImpo
683683 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
684684}
685685
686- TEST_CASE (" ITKImportImageStack::Crop_Voxel_XY" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Cropping]" )
686+ TEST_CASE (" ITKImportImageStack::Crop_Voxel_XY" , " [ITKImageProcessing][ITKImportImageStackFilter][Cropping]" )
687687{
688688 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
689689
@@ -712,7 +712,7 @@ TEST_CASE("ITKImportImageStack::Crop_Voxel_XY", "[ITKImageProcessing][ITKImportI
712712 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
713713}
714714
715- TEST_CASE (" ITKImportImageStack::Crop_Voxel_XYZ" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Cropping]" )
715+ TEST_CASE (" ITKImportImageStack::Crop_Voxel_XYZ" , " [ITKImageProcessing][ITKImportImageStackFilter][Cropping]" )
716716{
717717 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
718718
@@ -741,7 +741,7 @@ TEST_CASE("ITKImportImageStack::Crop_Voxel_XYZ", "[ITKImageProcessing][ITKImport
741741 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
742742}
743743
744- TEST_CASE (" ITKImportImageStack::Crop_Physical_XY" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Cropping]" )
744+ TEST_CASE (" ITKImportImageStack::Crop_Physical_XY" , " [ITKImageProcessing][ITKImportImageStackFilter][Cropping]" )
745745{
746746 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
747747
@@ -770,7 +770,7 @@ TEST_CASE("ITKImportImageStack::Crop_Physical_XY", "[ITKImageProcessing][ITKImpo
770770 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
771771}
772772
773- TEST_CASE (" ITKImportImageStack::Crop_Physical_Z" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Cropping]" )
773+ TEST_CASE (" ITKImportImageStack::Crop_Physical_Z" , " [ITKImageProcessing][ITKImportImageStackFilter][Cropping]" )
774774{
775775 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
776776
@@ -803,7 +803,7 @@ TEST_CASE("ITKImportImageStack::Crop_Physical_Z", "[ITKImageProcessing][ITKImpor
803803// RESAMPLING TESTS
804804// =============================================================================
805805
806- TEST_CASE (" ITKImportImageStack::Resample_ScalingFactor" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Resampling]" )
806+ TEST_CASE (" ITKImportImageStack::Resample_ScalingFactor" , " [ITKImageProcessing][ITKImportImageStackFilter][Resampling]" )
807807{
808808 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
809809
@@ -832,7 +832,7 @@ TEST_CASE("ITKImportImageStack::Resample_ScalingFactor", "[ITKImageProcessing][I
832832 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
833833}
834834
835- TEST_CASE (" ITKImportImageStack::Resample_ExactDimensions" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Resampling]" )
835+ TEST_CASE (" ITKImportImageStack::Resample_ExactDimensions" , " [ITKImageProcessing][ITKImportImageStackFilter][Resampling]" )
836836{
837837 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
838838
@@ -865,7 +865,7 @@ TEST_CASE("ITKImportImageStack::Resample_ExactDimensions", "[ITKImageProcessing]
865865// GRAYSCALE TESTS
866866// =============================================================================
867867
868- TEST_CASE (" ITKImportImageStack::Grayscale_Conversion" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Grayscale]" )
868+ TEST_CASE (" ITKImportImageStack::Grayscale_Conversion" , " [ITKImageProcessing][ITKImportImageStackFilter][Grayscale]" )
869869{
870870 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
871871
@@ -902,7 +902,7 @@ TEST_CASE("ITKImportImageStack::Grayscale_Conversion", "[ITKImageProcessing][ITK
902902// FLIP TESTS
903903// =============================================================================
904904
905- TEST_CASE (" ITKImportImageStack::FlipY" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Flip]" )
905+ TEST_CASE (" ITKImportImageStack::FlipY" , " [ITKImageProcessing][ITKImportImageStackFilter][Flip]" )
906906{
907907 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
908908
@@ -934,7 +934,7 @@ TEST_CASE("ITKImportImageStack::FlipY", "[ITKImageProcessing][ITKImportImageStac
934934// ORIGIN/SPACING TESTS
935935// =============================================================================
936936
937- TEST_CASE (" ITKImportImageStack::OriginSpacing_Preprocessed" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ OriginSpacing]" )
937+ TEST_CASE (" ITKImportImageStack::OriginSpacing_Preprocessed" , " [ITKImageProcessing][ITKImportImageStackFilter][OriginSpacing]" )
938938{
939939 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
940940
@@ -964,7 +964,7 @@ TEST_CASE("ITKImportImageStack::OriginSpacing_Preprocessed", "[ITKImageProcessin
964964 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
965965}
966966
967- TEST_CASE (" ITKImportImageStack::OriginSpacing_Postprocessed" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ OriginSpacing]" )
967+ TEST_CASE (" ITKImportImageStack::OriginSpacing_Postprocessed" , " [ITKImageProcessing][ITKImportImageStackFilter][OriginSpacing]" )
968968{
969969 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
970970
@@ -993,7 +993,7 @@ TEST_CASE("ITKImportImageStack::OriginSpacing_Postprocessed", "[ITKImageProcessi
993993 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
994994}
995995
996- TEST_CASE (" ITKImportImageStack::OriginSpacing_Preprocessed_WithZCrop" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ OriginSpacing]" )
996+ TEST_CASE (" ITKImportImageStack::OriginSpacing_Preprocessed_WithZCrop" , " [ITKImageProcessing][ITKImportImageStackFilter][OriginSpacing]" )
997997{
998998 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
999999
@@ -1022,7 +1022,7 @@ TEST_CASE("ITKImportImageStack::OriginSpacing_Preprocessed_WithZCrop", "[ITKImag
10221022 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
10231023}
10241024
1025- TEST_CASE (" ITKImportImageStack::OriginSpacing_Postprocessed_WithZCrop" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ OriginSpacing]" )
1025+ TEST_CASE (" ITKImportImageStack::OriginSpacing_Postprocessed_WithZCrop" , " [ITKImageProcessing][ITKImportImageStackFilter][OriginSpacing]" )
10261026{
10271027 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
10281028
@@ -1055,7 +1055,7 @@ TEST_CASE("ITKImportImageStack::OriginSpacing_Postprocessed_WithZCrop", "[ITKIma
10551055// INTERACTION TESTS
10561056// =============================================================================
10571057
1058- TEST_CASE (" ITKImportImageStack::Interaction_Crop_Resample" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Interaction]" )
1058+ TEST_CASE (" ITKImportImageStack::Interaction_Crop_Resample" , " [ITKImageProcessing][ITKImportImageStackFilter][Interaction]" )
10591059{
10601060 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
10611061
@@ -1084,7 +1084,7 @@ TEST_CASE("ITKImportImageStack::Interaction_Crop_Resample", "[ITKImageProcessing
10841084 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
10851085}
10861086
1087- TEST_CASE (" ITKImportImageStack::Interaction_Crop_Flip" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Interaction]" )
1087+ TEST_CASE (" ITKImportImageStack::Interaction_Crop_Flip" , " [ITKImageProcessing][ITKImportImageStackFilter][Interaction]" )
10881088{
10891089 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
10901090
@@ -1113,7 +1113,7 @@ TEST_CASE("ITKImportImageStack::Interaction_Crop_Flip", "[ITKImageProcessing][IT
11131113 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
11141114}
11151115
1116- TEST_CASE (" ITKImportImageStack::Interaction_Resample_Flip" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Interaction]" )
1116+ TEST_CASE (" ITKImportImageStack::Interaction_Resample_Flip" , " [ITKImageProcessing][ITKImportImageStackFilter][Interaction]" )
11171117{
11181118 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
11191119
@@ -1142,7 +1142,7 @@ TEST_CASE("ITKImportImageStack::Interaction_Resample_Flip", "[ITKImageProcessing
11421142 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
11431143}
11441144
1145- TEST_CASE (" ITKImportImageStack::Interaction_Crop_Grayscale" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Interaction]" )
1145+ TEST_CASE (" ITKImportImageStack::Interaction_Crop_Grayscale" , " [ITKImageProcessing][ITKImportImageStackFilter][Interaction]" )
11461146{
11471147 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
11481148
@@ -1174,7 +1174,7 @@ TEST_CASE("ITKImportImageStack::Interaction_Crop_Grayscale", "[ITKImageProcessin
11741174 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
11751175}
11761176
1177- TEST_CASE (" ITKImportImageStack::Interaction_Resample_Grayscale" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Interaction]" )
1177+ TEST_CASE (" ITKImportImageStack::Interaction_Resample_Grayscale" , " [ITKImageProcessing][ITKImportImageStackFilter][Interaction]" )
11781178{
11791179 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
11801180
@@ -1207,7 +1207,7 @@ TEST_CASE("ITKImportImageStack::Interaction_Resample_Grayscale", "[ITKImageProce
12071207 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
12081208}
12091209
1210- TEST_CASE (" ITKImportImageStack::Interaction_Grayscale_Flip" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Interaction]" )
1210+ TEST_CASE (" ITKImportImageStack::Interaction_Grayscale_Flip" , " [ITKImageProcessing][ITKImportImageStackFilter][Interaction]" )
12111211{
12121212 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
12131213
@@ -1239,7 +1239,7 @@ TEST_CASE("ITKImportImageStack::Interaction_Grayscale_Flip", "[ITKImageProcessin
12391239 UnitTest::CompareDataArrays<uint8>(exemplarArray, generatedArray);
12401240}
12411241
1242- TEST_CASE (" ITKImportImageStack::Interaction_FullPipeline" , " [ITKImageProcessing][ITKImportImageStackFilter][.][ Interaction]" )
1242+ TEST_CASE (" ITKImportImageStack::Interaction_FullPipeline" , " [ITKImageProcessing][ITKImportImageStackFilter][Interaction]" )
12431243{
12441244 const nx::core::UnitTest::TestFileSentinel testDataSentinel (nx::core::unit_test::k_CMakeExecutable, nx::core::unit_test::k_TestFilesDir, " import_image_stack_test_v2.tar.gz" , k_TestDataDirName);
12451245
0 commit comments