parameterized 0.1.0

Procedural macro which allows you to define a test which can be run with multiple arguments. Test cases are defined using the 'parameterized' attribute instead of the 'test' attribute. This crate was inspired by JUnit's `@ParameterizedTest`.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.parameterized-macro]
version = "0.1"

[package]
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
categories = ["development-tools", "development-tools::testing"]
description = "Procedural macro which allows you to define a test which can be run with multiple arguments. Test cases are defined using the 'parameterized' attribute instead of the 'test' attribute. This crate was inspired by JUnit's `@ParameterizedTest`."
documentation = "https://docs.rs/parameterized"
edition = "2018"
keywords = ["parameterized", "attribute", "test", "unit-test", "junit"]
license = "MIT OR Apache-2.0"
name = "parameterized"
readme = "README.md"
repository = "https://github.com/foresterre/parameterized"
version = "0.1.0"