index
:
vk-api-testing.git
main
task-1
task-2
task-3
task-4
task-5
testing-framework
Unnamed repository; edit this file 'description' to name the repository.
SelfLearner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
mavlushechka
/
a1qa
/
models
/
User.java
blob: 22ab581002ba8bdecce8cdffda0a8fe112ebfe78 (
plain
)
1
2
3
4
package com.mavlushechka.a1qa.models; public record User(Email email, String password) { }