CycloneTechnology/ChaMP

View on GitHub
champ-wsman/src/it/scala/com/cyclone/wsman/RequiresRealWsman.scala

Summary

Maintainability
A
0 mins
Test Coverage
package com.cyclone.wsman

import org.scalatest.Tag

// FIXME remove this tag from tests that have this once have means to test...
/**
  * Need Wsman for integration tests
  */
object RequiresRealWsman extends Tag("com.cyclone.wsman.RequiresRealWsman")