Skip to content

first set of unit tests for ThermistorHelper - #366

Closed
ThomasPautler952194 wants to merge 2 commits into
mainfrom
360-write-unit-tests-for-thermistorhelper
Closed

first set of unit tests for ThermistorHelper#366
ThomasPautler952194 wants to merge 2 commits into
mainfrom
360-write-unit-tests-for-thermistorhelper

Conversation

@ThomasPautler952194

Copy link
Copy Markdown
Collaborator

this is my submission for spring 1, it adds the ThermistorHelperTest.java that contains 2 of the tests required, both of these tests pass and work as indented as far as i know.

@ThomasPautler952194 ThomasPautler952194 linked an issue Sep 14, 2025 that may be closed by this pull request
9 tasks
@CLAassistant

CLAassistant commented Sep 14, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@@ -7,7 +7,7 @@ public class ThermistorHelperTest {

@Test
void testBasicFunctionality() {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test will always pass since it’s just assertTrue(true). It’s useful as a quick sanity check that JUnit is set up correctly, but it doesn’t exercise any actual functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write unit tests for ThermistorHelper

4 participants