Created
July 6, 2023 13:59
-
-
Save ArunYogeshwaran/68c8c6698616076e483d1f5c67b4a9f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A test with relevant details abstracted out. | |
@Test | |
fun `get ML recommended jobs with new user expect predefined list`() { | |
// Test arrangements and setup. | |
val engine = new RecommendationEngine(getEnvDetails(), getLocalInfo(), getSessionProperties()) | |
val jobs = engine.getJobs(getTestUserInfo()) | |
assertThat(jobs).isEqualTo(expectedJobs) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment