{"id":22914469,"url":"https://github.com/hernancerm/junit4-taller","last_synced_at":"2025-07-17T20:33:55.922Z","repository":{"id":113766206,"uuid":"319371321","full_name":"hernancerm/junit4-taller","owner":"hernancerm","description":"Proyecto base para un taller introductorio a pruebas unitarias con JUnit 4","archived":false,"fork":false,"pushed_at":"2020-12-21T01:52:58.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T00:48:31.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/hernancerm.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":"2020-12-07T16:02:05.000Z","updated_at":"2023-03-09T00:42:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"82a1dd3b-d70f-4567-a425-70e402fd93ee","html_url":"https://github.com/hernancerm/junit4-taller","commit_stats":null,"previous_names":["hernancerm/junit4-taller"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fjunit4-taller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fjunit4-taller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fjunit4-taller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fjunit4-taller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hernancerm","download_url":"https://codeload.github.com/hernancerm/junit4-taller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635950,"owners_count":20809331,"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-12-14T05:15:13.191Z","updated_at":"2025-04-01T11:52:57.534Z","avatar_url":"https://github.com/hernancerm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JUnit4 Taller\r\n\r\n## Sistema bajo prueba\r\n\r\nUna implementación de la estructura de datos pila (stack).\r\n\r\n## Casos de prueba\r\n\r\nLos casos de prueba están agrupadas por los métodos de la pila:\r\n\r\n### `push`\r\n\r\n- `push_shouldAddObject_whenGivenValidObject`\r\n- `push_shouldAddManyObjects_whenGivenValidValues`\r\n- `push_shouldThrowException_whenGivenNull`\r\n\r\n### `pop`\r\n\r\n- `pop_shouldRemoveObject_whenStackIsNotEmpty`  📌\r\n- `pop_shouldReturnNull_whenStackIsEmpty`\r\n\r\n### `peek`\r\n\r\n- `peek_shouldReturnLastObject_whenStackIsNotEmpty`  📌\r\n- `peek_shouldReturnNull_whenStackIsEmpty`  📌\r\n\r\n### `size`\r\n\r\n- `size_shouldBeZero_whenStackIsInstantiated`  📌\r\n- `size_shouldIncrement_whenObjectIsPushed`\r\n- `size_shouldDecrement_whenObjectIsPopped`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernancerm%2Fjunit4-taller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhernancerm%2Fjunit4-taller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernancerm%2Fjunit4-taller/lists"}