Skip to content

Commit

Permalink
update render batch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-sts committed Jun 7, 2024
1 parent 5876fe3 commit 2db52a1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ package solve.unit.rendering.engine.core.batch

import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.extension.ExtendWith
import org.testfx.framework.junit5.ApplicationExtension
import solve.constants.IconsCatalogueApplyPath
import solve.interactive.InteractiveTestClass
import solve.rendering.engine.core.batch.PrimitiveType
import solve.rendering.engine.core.batch.RenderBatch
import solve.rendering.engine.core.texture.Texture2D
import solve.rendering.utils.runInOpenGLContext
import solve.utils.getResourceAbsolutePath

class RenderBatchTests {
@ExtendWith(ApplicationExtension::class)
internal class RenderBatchTests : InteractiveTestClass() {
@Test
fun `Fully fills a render batch with textures`() {
runInOpenGLContext {
Expand Down

0 comments on commit 2db52a1

Please sign in to comment.