Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests Binary Heap Datastructure #22

Conversation

franziska-wegner
Copy link
Owner

This PR introduces tests for the binary heap data structure and activates them in the test framework.

Changes to be committed:
	new file:   tests/DataStructures/Container/TestBinaryHeap.cpp
	new file:   tests/DataStructures/Container/TestBinaryHeap.hpp
@franziska-wegner franziska-wegner self-assigned this Dec 8, 2023
@franziska-wegner franziska-wegner added the tests Add or update tests to EGOA label Dec 8, 2023
@franziska-wegner franziska-wegner linked an issue Dec 8, 2023 that may be closed by this pull request
3 tasks
Changes to be committed:
	modified:   include/DataStructures/Container/Queues/BinaryHeap.hpp
@franziska-wegner franziska-wegner marked this pull request as ready for review December 8, 2023 18:40
@franziska-wegner franziska-wegner merged commit b51d7b5 into main Dec 8, 2023
12 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2023/december/tests/datastructures/binaryheap branch December 8, 2023 18:41
github-actions bot added a commit that referenced this pull request Dec 8, 2023
* Add tests for the binary heap to the test framework

Changes to be committed:
	new file:   tests/DataStructures/Container/TestBinaryHeap.cpp
	new file:   tests/DataStructures/Container/TestBinaryHeap.hpp

* Enable the binary heap test in the test framework
* Remove a namespace bug

Changes to be committed:
	modified:   include/DataStructures/Container/Queues/BinaryHeap.hpp b51d7b5
github-actions bot added a commit that referenced this pull request Dec 8, 2023
* Add tests for the binary heap to the test framework

Changes to be committed:
	new file:   tests/DataStructures/Container/TestBinaryHeap.cpp
	new file:   tests/DataStructures/Container/TestBinaryHeap.hpp

* Enable the binary heap test in the test framework
* Remove a namespace bug

Changes to be committed:
	modified:   include/DataStructures/Container/Queues/BinaryHeap.hpp b51d7b5
github-actions bot added a commit that referenced this pull request Dec 8, 2023
* Add tests for the binary heap to the test framework

Changes to be committed:
	new file:   tests/DataStructures/Container/TestBinaryHeap.cpp
	new file:   tests/DataStructures/Container/TestBinaryHeap.hpp

* Enable the binary heap test in the test framework
* Remove a namespace bug

Changes to be committed:
	modified:   include/DataStructures/Container/Queues/BinaryHeap.hpp b51d7b5
github-actions bot added a commit that referenced this pull request Dec 8, 2023
* Add tests for the binary heap to the test framework

Changes to be committed:
	new file:   tests/DataStructures/Container/TestBinaryHeap.cpp
	new file:   tests/DataStructures/Container/TestBinaryHeap.hpp

* Enable the binary heap test in the test framework
* Remove a namespace bug

Changes to be committed:
	modified:   include/DataStructures/Container/Queues/BinaryHeap.hpp b51d7b5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Add or update tests to EGOA
Projects
Development

Successfully merging this pull request may close these issues.

Test Binary Heap
1 participant