You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating the wonderful fixtures library.
While using public member properties overridden by reference, I thought it would be more convenient if it could be used as an infix function like below. What do you think about adding an infix function?
Here is the example code
data classFoo(
valbar:String
)
@Test
fun`test`() {
val foo = fixture {
Foo::bar property { "bar" }
}
}
The text was updated successfully, but these errors were encountered:
Thank you for creating the wonderful fixtures library.
While using public member properties overridden by reference, I thought it would be more convenient if it could be used as an infix function like below. What do you think about adding an infix function?
Here is the example code
The text was updated successfully, but these errors were encountered: