@dataprovider providing object instances?
Notice: This thread is very old.
- Honza Kuchař
- Member | 1662
Hi there! Is there any way how to provide instances of objects to tested methods insted of primitive values?
- Milo
- Nette Core | 1283
You can specify method name by @dataProvider
(not only
.ini
file). See https://tester.nette.org/#….