# Unit Test Organizing v-5 ``` CentOS -> ofAllPtrCentOS Ubuntu -> ofAllPtrCentUbuntu CentOS 8 -> ofAllPtrCentOS_7 CentOS 7 -> ofAllPtrCentOS_8 Ubuntu 18 -> ofAllPtrCentUbuntu_18 Ubuntu 20 -> ofAllPtrCentUbuntu_20 Test_OfAllPtr -> testcase <- testcases if testcase.IsCentOs7 && iscentos.V7 { ofAllPtrCentOS_7() } else if testcase.IsCentOs8 && iscentos.V8 { ofAllPtrCentOS_8() } ``` - https://gitlab.com/evatix-go/strhelper/-/tree/draft/develop/tests/testwrappers