DASCA/com.logicalhacking.dasca.cr.../src/test/scala/com/logicalhacking/dasca/crosslanguage/test/Tags.scala

16 lines
555 B
Scala

/*
* (C) Copyright 2016 The University of Sheffield.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*/
package com.logicalhacking.dasca.crosslanguage.test
import org.scalatest.Tag
object ManuallyChecked extends Tag("com.logicalhacking.dasca.test.ManuallyChecked")
object Confidential extends Tag("com.logicalhacking.dasca.test.Confidential")