Search results

  1. Iaron da Costa Araújo

    Environment-based Tests and Headless Server questions

    I've been studying issue 2780 (https://github.com/MovingBlocks/Terasology/issues/2780) to prepare my GSoC proposal, and while doing so I had some doubts: What exactly is the Headless Server? From what I've seen, it looks like a server meant to run the game without players and it's used to test...
  2. Iaron da Costa Araújo

    Adding more Unit Tests

    Thank you very much! I am already planning on another PR, but I think I should also begin working on a proposal. When I have its first draft, should I already apply for GSoC or should I show it to you first?
  3. Iaron da Costa Araújo

    Adding more Unit Tests

    Thank you for your reply, @Skaldarnar ! And having worked for a bit more than a year as an undergraduate researcher, I do love these discussions! :D Also, I have a question regarding GSoC. On Terasology's GSoC it says we should "Submit at least one pull request to one of our GitHub repos before...
  4. Iaron da Costa Araújo

    Adding more Unit Tests

    I've looked at the tests and noticed that a few tests didn't make sense. Apparently, EvoSuite can't handle methods that use Random's methods. I made a pull request with the tests that made sense. It is also important to know that Evosuite's tests don't substitute manually written tests since...
  5. Iaron da Costa Araújo

    Adding more Unit Tests

    "To find defects in software, one needs test cases that execute the software systematically, and oracles that assess the correctness of the observed behavior when running these test cases. EvoSuite is a tool that automatically generates test cases with assertions for classes written in Java...
  6. Iaron da Costa Araújo

    Adding more Unit Tests

    I was able to generate more modified Evosuite tests. In total, there are 346 tests in 18 JUnit classes. Of these 346 tests, 26 failed. I will check these tests that failed to see if they make sense. If they do, I will try to fix the faults.
  7. Iaron da Costa Araújo

    Adding more Unit Tests

    I've been trying to automatically generate more Unit Tests using Evosuite, and while I was able to generate them, I wasn't able to execute them using Evosuite inside the project (Evosuite was primarily made to work on Maven, so I am still trying to figure out how to make it work properly on a...
  8. Iaron da Costa Araújo

    Contributor Hi, hi! I am Iaron!

    Hey, thank you all very much for the feedback! I will try to run some tools like EvoSuite to generate a bunch of unit tests this week. I will also look at the recently closed issues and see if I can create a test suite for them! Thank you again, you all are so friendly! I really want to be part...
  9. Iaron da Costa Araújo

    Contributor Hi, hi! I am Iaron!

    Name: Iaron da Costa Araújo Social: GitHub: https://github.com/iaronaraujo Facebook: https://www.facebook.com/iaronaraujo From: Brazil Skills / Tools: Java, Spring Framework, Backend, Test, Research, Quality Assurance Found via: Google Summer of Code Interests: I'd really enjoy developing...
Top