MCPcopy Create free account
hub / github.com/MITK/MITK / setUp

Method setUp

Modules/DICOM/test/mitkDICOMTagPathTest.cpp:57–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55public:
56
57 void setUp() override
58 {
59 simplePath.AddElement(0x0010, 0x0011);
60
61 deepPath.AddElement(0x0010, 0x0011);
62 deepPath.AddElement(0x0020, 0x0022);
63 deepPath.AddElement(0x003A, 0x0033);
64
65 deepPath_withAnyElement.AddElement(0x0010, 0x0011);
66 deepPath_withAnyElement.AddAnyElement();
67 deepPath_withAnyElement.AddElement(0x003a, 0x003f);
68
69 deepPath_withAnySelection.AddElement(0x0010, 0x0011);
70 deepPath_withAnySelection.AddAnySelection(0x002B, 0x002E);
71 deepPath_withAnySelection.AddElement(0x0030, 0x0033);
72
73 deepPath_withSelection.AddElement(0x0010, 0x0011);
74 deepPath_withSelection.AddSelection(0x0020, 0x0022, 6);
75 deepPath_withSelection.AddElement(0x003b, 0x003e);
76
77 verydeepPath.AddAnySelection(0x0010, 0x0011);
78 verydeepPath.AddAnyElement();
79 verydeepPath.AddElement(0x0030, 0x0033);
80 verydeepPath.AddSelection(0x004c, 0x004d, 4);
81 verydeepPath.AddElement(0x0050, 0x0055);
82 }
83
84 void tearDown() override
85 {

Callers

nothing calls this directly

Calls 1

AddElementMethod · 0.80

Tested by

no test coverage detected