github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/integration/helpers/version_v6.go (about)

     1  // +build !V7
     2  
     3  package helpers
     4  
     5  const V7 = false
     6  
     7  // SkipIfV7AndVersionLessThan is used to skip tests if the target build is V7 and API version < the specified version
     8  // If minVersion contains the prefix 3 then the v3 version is checked, otherwise the v2 version is used.
     9  func SkipIfV7AndVersionLessThan(minVersion string) {}
    10  
    11  // SkipIfV7 is used to skip tests if the target build is V7.
    12  func SkipIfV7() {}