Nicolas François
Nicolas François
Not exactly, my problem was that I had to know mLoadedViews to set position on them when a ListView is scrolling. So, I add a getLoadedViews() method in ViewFlow. I...
Oups, I failed my pull request. It's not link with this issue, it create the issue #41. But I did this feature, I add the param "sideTitle" whitch default value...
Yes, nice idea. it gives me some ideas : ``` java // special methods assertThat(Jedi.class).hasSubClass(HumanJedi.class); assertThat(HumanJedi.class).inheritsFrom(Jedi.class); // Wrap methods : assertThat(Jedi.class).containsAnnotation(GreatPower.class, Good.class); assertThat(Jedi.class).isNotInterface(); assertThat(GreatPower.class).isAnnotation() ; assertThat(Jedi.class).hasFields("name","sabercolor"); assertThat(Jedi.class).hasDeclaredFields("secretField"); ... ``` To...
HI Ansgar, This commit is mine and come from this pull request. https://github.com/alexruiz/fest-assert-2.x/pull/3 Sorry for this mistake, my repository is on my dropbox and one of my computer had a...
Thanks for feed back, I got a building problems with AppVeyor (#8), so I had to wait to use my windows computer. I'm thinking of adding extra param, that could...
Thanks