Registry / testing / paramesan

paramesan

JSON →
library1.0.1rbrubygemsunverified

Parameterized tests for Ruby.

gem install paramesan
INSTALL
IMPORT
SIG · PARAMESAN
P
paramesan
testingrubyv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Paramesan
require 'paramesan'

Define parameterized tests with Paramesan

require 'paramesan' include Paramesan parameterized_test('addition', [[1,2,3],[4,5,9]]) do |a,b,expected| assert_equal expected, a + b end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
paramesan — gem install paramesan · libregistry