diff --git a/CHANGELOG.md b/CHANGELOG.md index e697346e..cd3962e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,21 @@ ## Unreleased +### Documentation + +- Major overhaul of all documentation to include alternative instructions for using ScreenshotScenarioRule. + ### Library #### Added +- Added ScreenshotScenarioRule which works in conjunction with Android's ActivityScenario. - Added additional method documentation. +### Legacy Sample + +- Added tests demonstrating the usage of ScreenshotScenarioRule. + ### Flix Sample #### Changed diff --git a/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt b/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt index c2bc61ad..f97c1ad9 100644 --- a/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt +++ b/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Modified work copyright (c) 2022 ndtp + * Modified work copyright (c) 2022-2024 ndtp * Original work copyright (c) 2021 Shopify Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt b/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt index 0abf163e..98a64bc3 100644 --- a/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt +++ b/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2023 ndtp + * Copyright (c) 2024 ndtp * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt index b857b5e9..bc8bb191 100644 --- a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt +++ b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2023 ndtp + * Copyright (c) 2024 ndtp * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt index 8281e604..a92af860 100644 --- a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt +++ b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2023 ndtp + * Copyright (c) 2024 ndtp * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal