-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand test case coverage, improve existing tests #21
Comments
…of testing. Other minor changes - New style follows best practices for Property (no direct calls to put and get) - Gets rid of a good number of hard coded strings - Less calls to toString(), though we're still using strings in the assertEquals stuff - Enabled printing to system out for the `test` task
@Nava2 Hey Kevin, I've got my plans more-or-less set for summer now. I'll be working full time, but would still like to continue with the test case stuff for the plugin we discussed at the end of last semester. Unfortunately, my hard drive failed earlier this week, and with it went the development Gradle/Umple development environment. I'm going to try and get it up-and-running again, but my bandwidth over the summer will be limited. What're you plans for the summer? Are you planning to put any time in on Umple/Gradle? |
So, I want to do some work on this project, getting it closer -- but I'm hurting for time with finishing up my thesis. I can probably take a more hands-off approach than I was before. I can also answer emails and do little things. 👍 |
One thing we should address is how |
My goal for the summer is:
|
@Nava2 what version of gradle are you using when working with the Umple plugin? I've been getting some weird |
Never mind, it was related to another issue. |
Good because I also forgot to reply.. 😥 |
@Nava2 Alright, I think I've fixed the problem I was having, but I've come across something perplexing. If I recall correctly, the command:
Should generate whichever |
I don't think Umple uses javac at all. So, just Java is the expectation. |
I actually built this awhile ago, it might be useful to read through it. I did many of the things I wanted to so with this plugin within. https://github.com/assertj/assertj-generator-gradle-plugin I have some other projects to finish at the moment (Masters' defence is on Monday), but I can probably look at this shortly. 👍 |
Wow! Good luck on Monday! I'll have a look at the other plugin as I (hopefully) start adding more tests in the coming days. Here are the lines that check for the
Were we doing something extra to compile the |
Inr reply to the earlier question. The correct way to compile is
That will generate java files (no -c or -g options) If you want classfiles then
|
My memory failed me, thanks @TimLethbridge. |
No I mean |
Sorry I was responding to what I think was a private message where I was asked if my comments were correct. I don't see that message above |
master
files specified for a single buildassertEquals
callsThe text was updated successfully, but these errors were encountered: