All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.mutable.Tables.scala Maven / Gradle / Ivy

package org.specs2
package mutable

import matcher.DataTables
import specification.NoBangExamples

/**
 * This trait uses the NoBangExamples trait to allow using ! on string values in a DataTable
 */
trait Tables extends DataTables with NoBangExamples




© 2015 - 2024 Weber Informatics LLC | Privacy Policy