{"id":16403416,"url":"https://github.com/jessgusclark/java-testing","last_synced_at":"2025-02-23T17:23:46.718Z","repository":{"id":147258436,"uuid":"66476100","full_name":"jessgusclark/java-testing","owner":"jessgusclark","description":"A test repository to learn java testing in eclipse. ","archived":false,"fork":false,"pushed_at":"2016-09-08T20:20:10.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T07:46:25.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessgusclark.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-24T15:28:52.000Z","updated_at":"2016-08-24T15:29:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9b20880-22d1-4aa9-aa91-8e250afd44ae","html_url":"https://github.com/jessgusclark/java-testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessgusclark%2Fjava-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessgusclark%2Fjava-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessgusclark%2Fjava-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessgusclark%2Fjava-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessgusclark","download_url":"https://codeload.github.com/jessgusclark/java-testing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240349138,"owners_count":19787457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T05:49:18.505Z","updated_at":"2025-02-23T17:23:46.692Z","avatar_url":"https://github.com/jessgusclark.png","language":"Java","readme":"# Readme   \n\nA test repository for learning java, JUnit and design patterns within Eclipse.\n\n## Resources \n* http://www.vogella.com/tutorials/JUnit/article.html\n\n## Testing from the command line on CSU machines\n\nThis worked for cs414.a1.\n\n### Add JUnit and Testing to the CLASSPATH:\n\nJava classes are located here: `/usr/share/java/`\n\n```\n$ export CLASSPATH=\"$CLASSPATH:/usr/share/java/junit.jar\"\n```\n\n### Compile files\n\n```\n$ javac -d ./build *.java\n```\n\n### Test fils\n\n```\n$ cd build\n$ java -cp /usr/share/java/junit.jar:/usr/share/java/hamcrest/core.jar:. org.junit.runner.JUnitCore cs414.a1.gusclark.TestAll\n```\n\nReferences:\n\n* http://stackoverflow.com/questions/9941296/how-do-i-make-a-jar-from-a-java","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessgusclark%2Fjava-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessgusclark%2Fjava-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessgusclark%2Fjava-testing/lists"}