pedrovgs/KotlinSnapshot

When add snapshot name manually, it isn't extracting the class name

Open

#45 opened on Oct 3, 2018

 (0 comments) (0 reactions) (0 assignees)Kotlin (13 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (167 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Expected behaviour

When enabling testClassAsDirectory = true and you add a snapshot name manually like snap.matchWithSnapshot(anyObject, "snapshot name"), It should add a folder with the class name and add a file with the name snapshot name.snap

Actual behaviour

testClassAsDirectory = true but when you add a custom snapshot name, it isn't creating any folder with the test class name.

Steps to reproduce

val snap = KotlinSnapshot(testClassAsDirectory = true)
snap.matchWithSnapshot(anyObject, "snapshot name")  

Version of the library

1.0.0

Contributor guide