Skip to content
View schultzisaiah's full-sized avatar

Highlights

  • Pro

Block or report schultzisaiah

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. spock-springboot-demo spock-springboot-demo Public

    Demo of various Spock features unit testing a Spring Boot app.

    Groovy 5 5

  2. GitMore GitMore Public

    Shell

  3. Spock Testing: Overview and Cheat Sheet Spock Testing: Overview and Cheat Sheet
    1
    # Spock Testing
    2
    > This is a copy/MD-conversion of the original article by [Lukasz Janicki](https://github.com/TheJavatarCom): [Spock Testing – Spock tutorial – The Javatar ](http://thejavatar.com/testing-with-spock/). The webpage is no longer available, but this cheat-sheet is too good to loose! A simpler full demo of a Spock implementation can also be found [here](https://github.com/schultzisaiah/spock-springboot-demo).
    3
    4
    ## What is Spock?
    5
    Spock is a **unit testing framework** that in great extent utilizes Groovy’s syntax making your tests comprehensible and easy on the eyes. Although it is a Groovy technology you can use it to test your Java classes as well. What is the most important is that **Spock makes writing tests fun**. And I really mean it. 
  4. Add to DataDog traces from Java code Add to DataDog traces from Java code
    1
    import static java.lang.String.format;
    2
    import static java.util.Optional.ofNullable;
    3
    
                  
    4
    import com.fasterxml.jackson.databind.JsonNode;
    5
    import com.fasterxml.jackson.databind.ObjectMapper;
  5. ij-dbtools-extractors ij-dbtools-extractors Public

    Groovy 1

  6. alfred-workflows alfred-workflows Public

    Python