Skip to content

Commit 64733d7

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 937908558
1 parent 7d7b731 commit 64733d7

9 files changed

Lines changed: 365 additions & 8 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using System.Runtime.CompilerServices;
2+
3+
// Allow our unified unmocked test assembly to access internal editor members.
4+
[assembly: InternalsVisibleTo("GoogleMobileAds.Editor.Tests")]

source/plugin/Assets/GoogleMobileAds/Editor/AssemblyInfo.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugin/Assets/GoogleMobileAds/Editor/MediationManager.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

source/plugin/Assets/GoogleMobileAds/Tests.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugin/Assets/GoogleMobileAds/Tests/Editor.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "GoogleMobileAds.Editor.Tests",
3+
"references": [
4+
"GoogleMobileAds.Editor",
5+
"GoogleMobileAds"
6+
],
7+
"optionalUnityReferences": [
8+
"TestAssemblies"
9+
],
10+
"includePlatforms": [
11+
"Editor"
12+
],
13+
"excludePlatforms": [],
14+
"allowUnsafeCode": true
15+
}

source/plugin/Assets/GoogleMobileAds/Tests/Editor/GoogleMobileAds.Editor.Tests.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugin/Assets/GoogleMobileAds/Tests/Editor/GoogleMobileAdsE2ETest.cs

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.

source/plugin/Assets/GoogleMobileAds/Tests/Editor/GoogleMobileAdsE2ETest.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)