Skip to content
View maaxiim's full-sized avatar

Highlights

  • Pro

Block or report maaxiim

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Rally Java REST API: Retrieving a co... Rally Java REST API: Retrieving a collection of test cases by the User Story collection _ref (Code is kotlin but approach is identical for any JVM based lang)
    1
    // story JsonObject fetched using HierarchicalRequirement and TestCases added to Fetch fieldset
    2
    private fun findTestCaseFromStory(restApi: RallyRestApi, story: JsonObject): String? {
    3
        val testCases = story.get("TestCases")
    4
        val testCaseRef = findTestCaseFromRally(restApi, testCases.asJsonObject)
    5
    
                  
  2. vaadin/platform vaadin/platform Public

    Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right…

    Java 602 79

  3. vaadin/vaadin-context-menu-flow vaadin/vaadin-context-menu-flow Public archive

    Vaadin Flow Java API for vaadin/vaadin-context-menu Web Component

    Java 3