Marko Bjelac

Results 5 issues of Marko Bjelac

... with a readable specification syntax: ```kotlin assertThat(MyObject("a", 1, true)) .propsEqualTo( MyObject::name to "a", MyObject::amount to 1, MyObject::flag to true ) ```

Example: ``` @DataPoints public static int[] numbers = new int[]{1, 2, 3, 4}; @DataPoints public static String[] strings = new String[]{"a", "b", "c"}; @FromDataPoints public int number; // this will...

feature
theories

Apologies if some doc or issue already explains this, I have browsed through several and haven't found this case: Is it possible to have a *single* job run as a...

- if using subtasks, we usually don't want them in the final version - their parent issue is all that is required - it would be useful for those situations...

Can this be added to a Bitbucket cloud account (https://bitbucket.org)? If so, how? (Update readme) If not, is it possible, and (when) can we make it happen? :)

question