Coverage

io.github.pidoveproject.showdown.protocol.client.DataCommand.Coverage
final case class Coverage(moves: List[MoveName])

Check the type coverage of a list of moves.

Value parameters

moves

the moves to test

Attributes

Source
DataCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product