| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732 |
- //
- // Copyright (c) 2005 Novell, Inc.
- //
- // Authors:
- // Ritvik Mayank ([email protected])
- //
- using System;
- using System.Collections;
- using InvalidEnumArgumentException = System.ComponentModel.InvalidEnumArgumentException;
- using System.Drawing;
- using System.Reflection;
- using System.Runtime.Remoting;
- using System.Threading;
- using System.Windows.Forms;
- using NUnit.Framework;
- namespace MonoTests.System.Windows.Forms
- {
- [TestFixture]
- public class ControlTest
- {
- public class OnPaintTester : Form
- {
- int counter;
- int total;
- ArrayList list = new ArrayList ();
- public bool Recursive;
- public bool TestRefresh;
- public bool TestInvalidate;
- public bool TestUpdate;
- #if NET_2_0
- public new bool DoubleBuffered {
- get {
- return base.DoubleBuffered;
- }
- set {
- base.DoubleBuffered = value;
- }
- }
- #endif
- protected override void OnPaint (PaintEventArgs pevent)
- {
- Assert.IsFalse (list.Contains (pevent.Graphics), "OnPaintTester.OnPaint: Got the same Graphics twice");
- list.Add (pevent.Graphics);
-
- if (total > 10)
- return;
- Recursive = counter > 0 || Recursive;
- counter++;
- if (counter < 2) {
- if (TestRefresh)
- Refresh ();
- else if (TestInvalidate)
- Invalidate ();
- else {
- Update ();
- }
- }
- base.OnPaint (pevent);
- counter--;
- total++;
- }
- public new void Show ()
- {
- base.Show ();
- Application.DoEvents ();
- }
- }
-
- [Test]
- public void OnPaintTest ()
- {
- using (OnPaintTester t = new OnPaintTester ()) {
- t.TestRefresh = true;
- t.Show ();
- Assert.IsTrue (t.Recursive, "#1");
- }
- using (OnPaintTester t = new OnPaintTester ()) {
- t.TestUpdate = true;
- t.Show ();
- Assert.IsFalse (t.Recursive, "#2");
- }
- using (OnPaintTester t = new OnPaintTester ()) {
- t.TestInvalidate = true;
- t.Show ();
- Assert.IsFalse (t.Recursive, "#3");
- }
- }
- #if NET_2_0
- [Test]
- public void OnPaintDoubleBufferedTest ()
- {
- using (OnPaintTester t = new OnPaintTester ()) {
- t.DoubleBuffered = true;
- t.TestRefresh = true;
- t.Show ();
- Assert.IsTrue (t.Recursive, "#1");
- }
- using (OnPaintTester t = new OnPaintTester ()) {
- t.DoubleBuffered = true;
- t.TestUpdate = true;
- t.Show ();
- Assert.IsFalse (t.Recursive, "#2");
- }
- using (OnPaintTester t = new OnPaintTester ()) {
- t.DoubleBuffered = true;
- t.TestInvalidate = true;
- t.Show ();
- Assert.IsFalse (t.Recursive, "#3");
- }
- }
- #endif
- public class PaintEventForm : Form
- {
- public ArrayList overrides = new ArrayList ();
- public ArrayList events = new ArrayList ();
- public PaintEventForm ()
- {
- Paint += new PaintEventHandler (DoubleBufferEventForm_Paint);
- }
- public bool GetControlStyle (ControlStyles style)
- {
- return base.GetStyle (style);
- }
- public void SetControlStyle (ControlStyles style, bool value)
- {
- base.SetStyle (style, value);
- }
-
- void DoubleBufferEventForm_Paint (object sender, PaintEventArgs e)
- {
- events.Add("Paint");
- }
-
- protected override void OnPaintBackground (PaintEventArgs e)
- {
- base.OnPaintBackground (e);
- overrides.Add("OnPaintBackground");
- }
- protected override void OnPaint (PaintEventArgs pevent)
- {
- base.OnPaint (pevent);
- overrides.Add("OnPaint");
- }
- }
-
- [Test]
- public void EventStyleTest ()
- {
- #if NET_2_0
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.OptimizedDoubleBuffer, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#A1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#A2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#A3");
- }
- #endif
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.DoubleBuffer, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#B1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#B2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#B3");
- }
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.AllPaintingInWmPaint, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#C1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#C2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#C3");
- }
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.UserPaint, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#D1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#D2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#D3");
- }
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#E1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#E2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#E3");
- }
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.UserPaint | ControlStyles.DoubleBuffer, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#F1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#F2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#F3");
- }
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.DoubleBuffer | ControlStyles.AllPaintingInWmPaint, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#G1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#G2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#G3");
- }
- using (PaintEventForm f = new PaintEventForm ()) {
- f.Show ();
- f.SetControlStyle (ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint | ControlStyles.DoubleBuffer, true);
- f.Refresh ();
- Assert.IsTrue (f.overrides.Contains ("OnPaintBackground"), "#H1");
- Assert.IsTrue (f.overrides.Contains ("OnPaint"), "#H2");
- Assert.IsTrue (f.events.Contains ("Paint"), "#H3");
- }
- }
- #if NET_2_0
- public class DoubleBufferedForm : Form
- {
- public bool painted;
- public bool failed;
- public DoubleBufferedForm ()
- {
- this.DoubleBuffered = true;
- }
- protected override void OnPaint (PaintEventArgs e)
- {
- if (failed || painted)
- return;
- painted = true;
- Height = Height + 1;
- try {
- e.Graphics.DrawString (Size.ToString (), Font, Brushes.AliceBlue, new Point (2, 2));
- } catch (Exception exception) {
- Console.WriteLine (exception.StackTrace);
- failed = true;
- }
- }
- }
- public class DoubleBufferControl : Control
- {
- public bool IsDoubleBuffered
- {
- get { return base.DoubleBuffered; }
- set { base.DoubleBuffered = value; }
- }
- public bool GetControlStyle (ControlStyles style)
- {
- return base.GetStyle (style);
- }
- public void SetControlStyle (ControlStyles style, bool value)
- {
- base.SetStyle (style, value);
- }
- }
- [Test]
- public void DoubleBufferTest ()
- {
- DoubleBufferedForm f = new DoubleBufferedForm ();
- f.Show ();
- f.Refresh ();
-
- Assert.IsFalse (f.failed, "#01");
- Assert.IsTrue (f.painted, "The control was never painted, so please check the test");
- }
- [Test]
- public void DoubleBufferedTest ()
- {
- DoubleBufferControl c = new DoubleBufferControl ();
- Assert.IsFalse (c.IsDoubleBuffered, "#A1");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#A2");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.DoubleBuffer), "#A3");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#A4");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.UserPaint), "#A5");
- c.SetControlStyle (ControlStyles.OptimizedDoubleBuffer, true);
- Assert.IsTrue (c.IsDoubleBuffered, "#B1");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#B2");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.DoubleBuffer), "#B3");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#B4");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.UserPaint), "#A5");
- c.SetControlStyle (ControlStyles.AllPaintingInWmPaint, false);
- c.SetControlStyle (ControlStyles.UserPaint, false);
- Assert.IsTrue (c.IsDoubleBuffered, "#C1");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#C2");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.DoubleBuffer), "#C3");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#C4");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.UserPaint), "#C5");
- c.SetControlStyle (ControlStyles.OptimizedDoubleBuffer, false);
- Assert.IsFalse (c.IsDoubleBuffered, "#D1");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#D2");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.DoubleBuffer), "#D3");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#D4");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.UserPaint), "#D5");
- c.SetControlStyle (ControlStyles.DoubleBuffer, true);
- Assert.IsFalse (c.IsDoubleBuffered, "#E1");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#E2");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.DoubleBuffer), "#E3");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#E4");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.UserPaint), "#E5");
- c.SetControlStyle (ControlStyles.DoubleBuffer, false);
- Assert.IsFalse (c.IsDoubleBuffered, "#F1");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#F2");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.DoubleBuffer), "#F3");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#F4");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.UserPaint), "#F5");
- c.IsDoubleBuffered = true;
- Assert.IsTrue (c.IsDoubleBuffered, "#G1");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#G2");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.DoubleBuffer), "#G3");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#G4");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.UserPaint), "#G5");
- c.SetControlStyle (ControlStyles.AllPaintingInWmPaint, true);
- c.SetControlStyle (ControlStyles.OptimizedDoubleBuffer, true);
- c.SetControlStyle (ControlStyles.DoubleBuffer, true);
- c.SetControlStyle (ControlStyles.UserPaint, true);
- c.IsDoubleBuffered = false;
- Assert.IsFalse (c.IsDoubleBuffered, "#H1");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.AllPaintingInWmPaint), "#H2");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.DoubleBuffer), "#H3");
- Assert.IsFalse (c.GetControlStyle (ControlStyles.OptimizedDoubleBuffer), "#H4");
- Assert.IsTrue (c.GetControlStyle (ControlStyles.UserPaint), "#H5");
- }
- [Test]
- public void DoubleBufferedStyleTest ()
- {
- DoubleBufferControl c = new DoubleBufferControl ();
- TestControlStyle.CheckStyles (c, "#A1", ControlStyles.UserPaint, ControlStyles.StandardClick, ControlStyles.Selectable, ControlStyles.StandardDoubleClick, ControlStyles.AllPaintingInWmPaint, ControlStyles.UseTextForAccessibility);
- c.IsDoubleBuffered = true;
- TestControlStyle.CheckStyles (c, "#A2", ControlStyles.UserPaint, ControlStyles.StandardClick, ControlStyles.Selectable, ControlStyles.StandardDoubleClick, ControlStyles.AllPaintingInWmPaint, ControlStyles.UseTextForAccessibility, ControlStyles.OptimizedDoubleBuffer);
- c.IsDoubleBuffered = false;
- TestControlStyle.CheckStyles (c, "#A3", ControlStyles.UserPaint, ControlStyles.StandardClick, ControlStyles.Selectable, ControlStyles.StandardDoubleClick, ControlStyles.AllPaintingInWmPaint, ControlStyles.UseTextForAccessibility);
- c = new DoubleBufferControl ();
- foreach (ControlStyles style in Enum.GetValues (typeof(ControlStyles))) {
- c.SetControlStyle (style, false);
- }
- TestControlStyle.CheckStyles (c, "#B1");
- c.IsDoubleBuffered = true;
- TestControlStyle.CheckStyles (c, "#B2", ControlStyles.OptimizedDoubleBuffer, ControlStyles.AllPaintingInWmPaint);
- c.IsDoubleBuffered = false;
- TestControlStyle.CheckStyles (c, "#B3", ControlStyles.AllPaintingInWmPaint);
- }
- #endif
- class Helper {
- public static void TestAccessibility(Control c, string Default, string Description, string Name, AccessibleRole Role)
- {
- Assert.IsNotNull (c.AccessibilityObject, "Acc1");
- Assert.AreEqual (Default, c.AccessibleDefaultActionDescription, "Acc2");
- Assert.AreEqual (Description, c.AccessibleDescription, "Acc3");
- Assert.AreEqual (Name, c.AccessibleName, "Acc4");
- Assert.AreEqual (Role, c.AccessibleRole, "Acc5");
- }
- public static string TestControl(Control container, Control start, bool forward) {
- Control ctl;
- ctl = container.GetNextControl(start, forward);
- if (ctl == null) {
- return null;
- }
- return ctl.Text;
- }
- }
- [Test]
- public void CreatedTest ()
- {
- Control c = new Control ();
- Assert.IsFalse (c.Created, "A1");
- }
- [Test]
- [Category ("NotWorking")]
- public void CreatedAccessibilityTest ()
- {
- Control c = new Control ();
- Assert.IsFalse (c.Created, "A1");
- Helper.TestAccessibility(c, null, null, null, AccessibleRole.Default);
- Assert.IsTrue (c.Created, "A2");
- c.Dispose ();
- Assert.IsFalse (c.Created, "A3");
- }
- [Test]
- [Category ("NotWorking")]
- public void BoundsTest ()
- {
- Control c = new Control ();
- Assert.IsTrue (c.Bounds.IsEmpty, "A1");
- Assert.IsTrue (c.Size.IsEmpty, "A2");
- Assert.IsTrue (c.ClientSize.IsEmpty, "A3");
- Assert.IsTrue (c.ClientRectangle.IsEmpty, "A4");
- Assert.AreEqual (((IWin32Window)c).Handle, c.Handle, "A5");
- /* this part fails on linux because we can't allocate X windows which are 0x0,
- and the Control bounds directly reflect the size of the X window */
- Assert.IsTrue (c.Bounds.IsEmpty, "A6");
- Assert.IsTrue (c.Size.IsEmpty, "A7");
- Assert.IsTrue (c.ClientSize.IsEmpty, "A8");
- Assert.IsTrue (c.ClientRectangle.IsEmpty, "A9");
- }
- [Test]
- [Category ("NotWorking")] // Theme.DefaultFont change must be approved first
- public void FontTest ()
- {
- Control c = new Control ();
- Assert.IsFalse (c.Font.Bold, "#A1");
- //Assert.AreEqual ("Microsoft Sans Serif", c.Font.FontFamily.Name, "#A2");
- Assert.IsFalse (c.Font.Italic, "#A3");
- //Assert.AreEqual ("Microsoft Sans Serif", c.Font.Name, "#A4");
- Assert.AreEqual (8.25, c.Font.Size, "#A5");
- Assert.AreEqual (8.25, c.Font.SizeInPoints, "#A6");
- Assert.IsFalse (c.Font.Strikeout, "#A7");
- Assert.IsFalse (c.Font.Underline, "#A8");
- Assert.AreEqual (GraphicsUnit.Point, c.Font.Unit, "#A9");
- #if NET_2_0
- Assert.IsTrue (c.Font.IsSystemFont, "#A10");
- #endif
- c.Font = new Font (c.Font.FontFamily, 3, FontStyle.Italic);
- Assert.IsFalse (c.Font.Bold, "#B1");
- //Assert.AreEqual ("Microsoft Sans Serif", c.Font.FontFamily.Name, "#B2");
- Assert.IsTrue (c.Font.Italic, "#B3");
- //Assert.AreEqual ("Microsoft Sans Serif", c.Font.Name, "#B4");
- Assert.AreEqual (3, c.Font.Size, "#B5");
- Assert.AreEqual (3, c.Font.SizeInPoints, "#B6");
- Assert.IsFalse (c.Font.Strikeout, "#B7");
- Assert.IsFalse (c.Font.Underline, "#B8");
- Assert.AreEqual (GraphicsUnit.Point, c.Font.Unit, "#B9");
- #if NET_2_0
- Assert.AreEqual (false, c.Font.IsSystemFont, "#B10");
- #endif
- }
- [Test]
- [Category ("NotWorking")] // on Unix mapping is done to Bitstream Vera Sans
- public void FontTest_Names ()
- {
- Control c = new Control ();
- Assert.AreEqual ("Microsoft Sans Serif", c.Font.FontFamily.Name, "#1");
- Assert.AreEqual ("Microsoft Sans Serif", c.Font.Name, "#2");
- }
- [Test]
- public void PubPropTest()
- {
- Control c = new Control();
- Assert.IsFalse (c.AllowDrop , "A1");
- Assert.AreEqual(AnchorStyles.Top | AnchorStyles.Left, c.Anchor, "A2");
- Assert.AreEqual ("Control", c.BackColor.Name , "B1");
- Assert.IsNull (c.BackgroundImage, "B2");
- Assert.IsNull (c.BindingContext, "B3");
- #if NET_2_0
- Assert.AreEqual (ImageLayout.Tile, c.BackgroundImageLayout, "B4");
- #endif
- Assert.IsFalse (c.CanFocus, "C1");
- Assert.IsTrue (c.CanSelect, "C2");
- Assert.IsFalse (c.Capture, "C3");
- Assert.IsTrue (c.CausesValidation, "C4");
- Assert.IsNotNull (c.CompanyName, "C7");
- Assert.IsNull (c.Container, "C8");
- Assert.IsFalse (c.ContainsFocus, "C9");
- Assert.IsNull (c.ContextMenu, "C10");
- Assert.AreEqual (0, c.Controls.Count, "C11");
- Assert.IsFalse (c.Created, "C12");
- Assert.AreEqual (Cursors.Default, c.Cursor, "C13");
- Assert.IsNotNull(c.DataBindings, "D1");
- Assert.AreEqual("Control", Control.DefaultBackColor.Name, "D2");
- Assert.AreEqual("ControlText", Control.DefaultForeColor.Name, "D3");
- Assert.AreEqual(FontStyle.Regular, Control.DefaultFont.Style, "D4");
- Assert.AreEqual (new Rectangle(0, 0, 0, 0), c.DisplayRectangle , "D5");
- Assert.IsFalse (c.Disposing, "D6");
- Assert.AreEqual(DockStyle.None, c.Dock, "D7");
- Assert.IsTrue (c.Enabled, "E1");
- Assert.IsFalse (c.Focused, "F1");
- Assert.AreEqual (FontStyle.Regular, c.Font.Style, "F2");
- Assert.AreEqual (SystemColors.ControlText, c.ForeColor, "F3");
- Assert.IsFalse (c.HasChildren, "H2");
- Assert.AreEqual (ImeMode.NoControl, c.ImeMode, "I1");
- Assert.IsFalse (c.InvokeRequired, "I2");
- Assert.IsFalse (c.IsAccessible, "I3");
- Assert.IsFalse (c.IsDisposed, "I4");
- Assert.IsFalse (c.IsHandleCreated, "I5");
- Assert.AreEqual(Point.Empty, c.Location, "L2");
- #if NET_2_0
- Assert.IsTrue(c.MaximumSize.IsEmpty);
- Assert.IsTrue(c.MinimumSize.IsEmpty);
- #endif
- Assert.AreEqual (Keys.None, Control.ModifierKeys, "M1");
- Assert.IsFalse (Control.MousePosition.IsEmpty, "M2");
- Assert.AreEqual (MouseButtons.None, Control.MouseButtons, "M3");
- Assert.AreEqual("", c.Name, "N1");
- c.Name = "Control Name";
- Assert.AreEqual("Control Name", c.Name, "N2");
- Assert.IsNull (c.Parent, "P1");
- Assert.IsNotNull (c.ProductName, "P2");
- Assert.IsTrue (c.ProductName != "", "P3");
- Assert.IsNotNull (c.ProductVersion, "P4");
- Assert.IsTrue (c.ProductVersion != "", "P5");
- Assert.IsFalse (c.RecreatingHandle, "R1");
- Assert.IsNull (c.Region, "R2");
- Assert.AreEqual (RightToLeft.No, c.RightToLeft, "R4");
- Assert.IsNull (c.Site, "S1");
- Assert.AreEqual (0, c.TabIndex , "T1");
- Assert.IsTrue (c.TabStop, "T2");
- Assert.IsNull (c.Tag, "T3");
- Assert.AreEqual ("", c.Text, "T4");
- Assert.IsTrue (c.Visible, "V1");
- }
- [Test]
- public void SizeChangeTest ()
- {
- Form f = new Form ();
- Control c = new Control ();
- f.Controls.Add(c);
- f.Show();
- c.Resize += new EventHandler(SizeChangedTest_ResizeHandler);
- c.Tag = true;
- c.Size = c.Size;
- Assert.AreEqual (true, (bool) c.Tag, "#1");
- f.Close ();
- }
- private void SizeChangedTest_ResizeHandler (object sender, EventArgs e)
- {
- ((Control) sender).Tag = false;
- }
- [Test]
- public void NegativeHeightTest ()
- {
- Control c = new Control ();
- IntPtr handle = c.Handle;
- c.Resize += new EventHandler(NegativeHeightTest_ResizeHandler);
- c.Tag = -2;
- c.Height = 2;
- c.Height = -2;
- Assert.AreEqual (0, (int) c.Tag, "#1");
- c.Dispose ();
- Assert.AreEqual (handle, handle, "Removes warning.");
- }
-
- private void NegativeHeightTest_ResizeHandler (object sender, EventArgs e)
- {
- Control c = (Control) sender;
- c.Tag = c.Height;
- }
-
- [Test]
- public void TopLevelControlTest () {
- Control c = new Control ();
- Assert.AreEqual(null, c.TopLevelControl, "T1");
- Panel p = new Panel ();
- p.Controls.Add (c);
- Assert.AreEqual(null, c.TopLevelControl, "T2");
- Form f = new Form ();
- f.ShowInTaskbar = false;
- f.Controls.Add (p);
- Assert.AreEqual (f, c.TopLevelControl, "T3");
- Assert.AreEqual (f, f.TopLevelControl, "T4");
- }
- [Test]
- public void RelationTest() {
- Control c1;
- Control c2;
- c1 = new Control();
- c2 = new Control();
- Assert.AreEqual(true , c1.Visible , "Rel1");
- Assert.AreEqual(false, c1.Contains(c2) , "Rel2");
- Assert.AreEqual("System.Windows.Forms.Control", c1.ToString() , "Rel3");
- c1.Controls.Add(c2);
- Assert.AreEqual(true , c2.Visible , "Rel4");
- Assert.AreEqual(true, c1.Contains(c2) , "Rel5");
- c1.Anchor = AnchorStyles.Top;
- c1.SuspendLayout ();
- c1.Anchor = AnchorStyles.Left ;
- c1.ResumeLayout ();
- Assert.AreEqual(AnchorStyles.Left , c1.Anchor, "Rel6");
- c1.SetBounds(10, 20, 30, 40) ;
- Assert.AreEqual(new Rectangle(10, 20, 30, 40), c1.Bounds, "Rel7");
- Assert.AreEqual(c1, c2.Parent, "Rel8");
- }
- [Test]
- [Category ("NotWorking")]
- public void TabOrder() {
- Form form;
- Control active;
- Label label1 = new Label(); // To test non-tabstop items as well
- Label label2 = new Label();
- GroupBox group1 = new GroupBox();
- GroupBox group2 = new GroupBox();
- GroupBox group3 = new GroupBox();
- TextBox text1 = new TextBox();
- RadioButton radio11 = new RadioButton();
- RadioButton radio12 = new RadioButton();
- RadioButton radio13 = new RadioButton();
- RadioButton radio14 = new RadioButton();
- RadioButton radio21 = new RadioButton();
- RadioButton radio22 = new RadioButton();
- RadioButton radio23 = new RadioButton();
- RadioButton radio24 = new RadioButton();
- RadioButton radio31 = new RadioButton();
- RadioButton radio32 = new RadioButton();
- RadioButton radio33 = new RadioButton();
- RadioButton radio34 = new RadioButton();
- form = new Form();
- form.ShowInTaskbar = false;
- form.ClientSize = new Size (520, 520);
- Assert.AreEqual(new Size(520, 520), form.ClientSize, "Tab1");
- form.Text = "SWF Taborder Test App Form";
- Assert.AreEqual("SWF Taborder Test App Form", form.Text, "Tab2");
- label1.Location = new Point(10, 10);
- Assert.AreEqual(new Point(10, 10), label1.Location, "Tab3");
- label1.Text = "Label1";
- form.Controls.Add(label1);
- label2.Location = new Point(200, 10);
- label2.Text = "Label2";
- form.Controls.Add(label2);
- group1.Text = "Group1";
- group2.Text = "Group2";
- group3.Text = "Group3";
- group1.Size = new Size(200, 400);
- group2.Size = new Size(200, 400);
- group3.Size = new Size(180, 180);
- Assert.AreEqual(new Size(180, 180), group3.Size, "Tab4");
- group1.Location = new Point(10, 40);
- group2.Location = new Point(220, 40);
- group3.Location = new Point(10, 210);
- group1.TabIndex = 30;
- Assert.AreEqual(30, group1.TabIndex, "Tab5");
- group1.TabStop = true;
- // Don't assign, test automatic assignment
- //group2.TabIndex = 0;
- group2.TabStop = true;
- Assert.AreEqual(0, group2.TabIndex, "Tab6");
- group3.TabIndex = 35;
- group3.TabStop = true;
- // Test default tab index
- Assert.AreEqual(0, radio11.TabIndex, "Tab7");
- text1.Text = "Edit Control";
- radio11.Text = "Radio 1-1 [Tab1]";
- radio12.Text = "Radio 1-2 [Tab2]";
- radio13.Text = "Radio 1-3 [Tab3]";
- radio14.Text = "Radio 1-4 [Tab4]";
- radio21.Text = "Radio 2-1 [Tab4]";
- radio22.Text = "Radio 2-2 [Tab3]";
- radio23.Text = "Radio 2-3 [Tab2]";
- radio24.Text = "Radio 2-4 [Tab1]";
- radio31.Text = "Radio 3-1 [Tab1]";
- radio32.Text = "Radio 3-2 [Tab3]";
- radio33.Text = "Radio 3-3 [Tab2]";
- radio34.Text = "Radio 3-4 [Tab4]";
- // We don't assign TabIndex for radio1X; test automatic assignment
- text1.TabStop = true;
- radio11.TabStop = true;
- radio21.TabIndex = 4;
- radio22.TabIndex = 3;
- radio23.TabIndex = 2;
- radio24.TabIndex = 1;
- radio24.TabStop = true;
- radio31.TabIndex = 11;
- radio31.TabStop = true;
- radio32.TabIndex = 13;
- radio33.TabIndex = 12;
- radio34.TabIndex = 14;
- text1.Location = new Point(10, 100);
- radio11.Location = new Point(10, 20);
- radio12.Location = new Point(10, 40);
- radio13.Location = new Point(10, 60);
- radio14.Location = new Point(10, 80);
- radio21.Location = new Point(10, 20);
- radio22.Location = new Point(10, 40);
- radio23.Location = new Point(10, 60);
- radio24.Location = new Point(10, 80);
- radio31.Location = new Point(10, 20);
- radio32.Location = new Point(10, 40);
- radio33.Location = new Point(10, 60);
- radio34.Location = new Point(10, 80);
- text1.Size = new Size(150, text1.PreferredHeight);
- radio11.Size = new Size(150, 20);
- radio12.Size = new Size(150, 20);
- radio13.Size = new Size(150, 20);
- radio14.Size = new Size(150, 20);
- radio21.Size = new Size(150, 20);
- radio22.Size = new Size(150, 20);
- radio23.Size = new Size(150, 20);
- radio24.Size = new Size(150, 20);
- radio31.Size = new Size(150, 20);
- radio32.Size = new Size(150, 20);
- radio33.Size = new Size(150, 20);
- radio34.Size = new Size(150, 20);
- group1.Controls.Add(text1);
- group1.Controls.Add(radio11);
- group1.Controls.Add(radio12);
- group1.Controls.Add(radio13);
- group1.Controls.Add(radio14);
- group2.Controls.Add(radio21);
- group2.Controls.Add(radio22);
- group2.Controls.Add(radio23);
- group2.Controls.Add(radio24);
- group3.Controls.Add(radio31);
- group3.Controls.Add(radio32);
- group3.Controls.Add(radio33);
- group3.Controls.Add(radio34);
- form.Controls.Add(group1);
- form.Controls.Add(group2);
- group2.Controls.Add(group3);
- // Perform some tests, the TabIndex stuff below will alter the outcome
- Assert.AreEqual(null, Helper.TestControl(group2, radio34, true), "Tab8");
- Assert.AreEqual(31, group2.TabIndex, "Tab9");
- // Does the taborder of containers and non-selectable things change behaviour?
- label1.TabIndex = 5;
- label2.TabIndex = 4;
- group1.TabIndex = 3;
- group2.TabIndex = 1;
- // Start verification
- Assert.AreEqual(null, Helper.TestControl(group2, radio34, true), "Tab10");
- Assert.AreEqual(radio24.Text, Helper.TestControl(group2, group2, true), "Tab11");
- Assert.AreEqual(radio31.Text, Helper.TestControl(group2, group3, true), "Tab12");
- Assert.AreEqual(null, Helper.TestControl(group1, radio14, true), "Tab13");
- Assert.AreEqual(radio23.Text, Helper.TestControl(group2, radio24, true), "Tab14");
- Assert.AreEqual(group3.Text, Helper.TestControl(group2, radio21, true), "Tab15");
- Assert.AreEqual(radio13.Text, Helper.TestControl(form, radio12, true), "Tab16");
- Assert.AreEqual(label2.Text, Helper.TestControl(form, radio14, true), "Tab17");
- Assert.AreEqual(group1.Text, Helper.TestControl(form, radio34, true), "Tab18");
- Assert.AreEqual(radio23.Text, Helper.TestControl(group2, radio24, true), "Tab19");
- // Sanity checks
- Assert.AreEqual(null, Helper.TestControl(radio11, radio21, true), "Tab20");
- Assert.AreEqual(text1.Text, Helper.TestControl(group1, radio21, true), "Tab21");
- Assert.AreEqual(radio14.Text, Helper.TestControl(form, label2, false), "Tab22");
- Assert.AreEqual(radio21.Text, Helper.TestControl(group2, group3, false), "Tab23");
- Assert.AreEqual(4, radio21.TabIndex, "Tab24");
- Assert.AreEqual(1, radio11.TabIndex, "Tab25");
- Assert.AreEqual(3, radio13.TabIndex, "Tab26");
- Assert.AreEqual(35, group3.TabIndex, "Tab27");
- Assert.AreEqual(1, group2.TabIndex, "Tab28");
- Assert.AreEqual(label1.Text, Helper.TestControl(form, form, false), "Tab29");
- Assert.AreEqual(radio14.Text, Helper.TestControl(group1, group1, false), "Tab30");
- Assert.AreEqual(radio34.Text, Helper.TestControl(group3, group3, false), "Tab31");
- Assert.AreEqual(null, Helper.TestControl(label1, label1, false), "Tab31");
- Assert.AreEqual(null, Helper.TestControl(radio11, radio21, false), "Tab32");
- form.Dispose ();
- }
- [Test]
- public void ScaleTest()
- {
- Control r1 = new Control();
- r1.Width = 40;
- r1.Height = 20;
- r1.Scale(2);
- Assert.AreEqual(80, r1.Width, "Scale1");
- Assert.AreEqual(40, r1.Height, "Scale2");
- }
- [Test]
- public void TextTest()
- {
- Control r1 = new Control();
- r1.Text = "Hi" ;
- Assert.AreEqual("Hi" , r1.Text , "Text1");
- r1.ResetText();
- Assert.AreEqual("" , r1.Text , "Text2");
- }
- [Test]
- public void PubMethodTest7()
- {
- Control r1 = new Control();
- r1.RightToLeft = RightToLeft.Yes ;
- r1.ResetRightToLeft() ;
- Assert.AreEqual(RightToLeft.No , r1.RightToLeft , "#81");
- r1.ImeMode = ImeMode.Off ;
- r1.ResetImeMode () ;
- Assert.AreEqual(ImeMode.NoControl , r1.ImeMode , "#82");
- r1.ForeColor= SystemColors.GrayText ;
- r1.ResetForeColor() ;
- Assert.AreEqual(SystemColors.ControlText , r1.ForeColor , "#83");
- //r1.Font = Font.FromHdc();
- r1.ResetFont () ;
- //Assert.AreEqual(FontFamily.GenericSansSerif , r1.Font , "#83");
- r1.Cursor = Cursors.Hand ;
- r1.ResetCursor () ;
- Assert.AreEqual(Cursors.Default , r1.Cursor , "#83");
- //r1.DataBindings = System.Windows.Forms.Binding ;
- //r1.ResetBindings() ;
- //Assert.AreEqual(ControlBindingsCollection , r1.DataBindings , "#83");
- r1.BackColor = Color.Black ;
- r1.ResetBackColor() ;
- Assert.AreEqual( SystemColors.Control , r1.BackColor , "#84");
- r1.BackColor = Color.Black ;
- r1.Refresh() ;
- Assert.AreEqual( null , r1.Region , "#85");
- Rectangle M = new Rectangle(10, 20, 30 ,40);
- r1.RectangleToScreen(M) ;
- Assert.AreEqual( null , r1.Region , "#86");
- }
- [Test]
- public void ScreenClientCoords()
- {
- Label l;
- Point p1;
- Point p2;
- Point p3;
- l = new Label();
- l.Left = 10;
- l.Top = 12;
- l.Visible = true;
- p1 = new Point (10,10);
- p2 = l.PointToScreen(p1);
- p3 = l.PointToClient(p2);
- Assert.AreEqual (p1, p3, "SC1");
- }
- [Test]
- public void ContainsTest ()
- {
- Control t = new Control ();
- Control s = new Control ();
- t.Controls.Add (s);
- Assert.AreEqual (true, t.Contains (s), "Con1");
- Assert.AreEqual (false, s.Contains (t), "Con2");
- Assert.AreEqual (false, s.Contains (null), "Con3");
- Assert.AreEqual (false, t.Contains (new Control ()), "Con4");
- }
- [Test]
- public void CreateHandleTest ()
- {
- Control parent;
- Control child;
- parent = null;
- child = null;
- try {
- parent = new Control ();
- child = new Control ();
- parent.Visible = true;
- parent.Controls.Add (child);
- Assert.IsFalse (parent.IsHandleCreated, "CH1");
- Assert.IsFalse (child.IsHandleCreated, "CH2");
- parent.CreateControl ();
- Assert.IsNotNull (parent.Handle, "CH3");
- Assert.IsNotNull (child.Handle, "CH4");
- Assert.IsTrue (parent.IsHandleCreated, "CH5");
- Assert.IsTrue (child.IsHandleCreated, "CH6");
- } finally {
- if (parent != null)
- parent.Dispose ();
- if (child != null)
- child.Dispose ();
- }
- // Accessing Handle Property creates the handle
- try {
- parent = new Control ();
- parent.Visible = true;
- child = new Control ();
- parent.Controls.Add (child);
- Assert.IsFalse (parent.IsHandleCreated, "CH7");
- Assert.IsFalse (child.IsHandleCreated, "CH8");
- Assert.IsNotNull (parent.Handle, "CH9");
- Assert.IsTrue (parent.IsHandleCreated, "CH10");
- Assert.IsTrue (child.IsHandleCreated, "CH11");
- } finally {
- if (parent != null)
- parent.Dispose ();
- if (child != null)
- child.Dispose ();
- }
- }
- [Test]
- [Category ("NotWorking")]
- public void CreateHandleTest2 ()
- {
- // This should eventually test all operations
- // that can be performed on a control (within
- // reason)
- Control c = new Control ();
- Assert.IsFalse (c.IsHandleCreated, "0");
- c.Width = 100;
- Assert.IsFalse (c.IsHandleCreated, "1");
- c.Height = 100;
- Assert.IsFalse (c.IsHandleCreated, "2");
- c.Name = "hi";
- Assert.IsFalse (c.IsHandleCreated, "3");
- c.Left = 5;
- Assert.IsFalse (c.IsHandleCreated, "5");
- c.Top = 5;
- Assert.IsFalse (c.IsHandleCreated, "6");
- c.Location = new Point (1, 1);
- Assert.IsFalse (c.IsHandleCreated, "7");
- c.Region = new Region ();
- Assert.IsFalse (c.IsHandleCreated, "8");
- c.Size = new Size (100, 100);
- Assert.IsFalse (c.IsHandleCreated, "9");
- c.Text = "bye";
- Assert.IsFalse (c.IsHandleCreated, "10");
- c.Visible = !c.Visible;
- Assert.IsFalse (c.IsHandleCreated, "11");
- }
- [Test]
- [Category ("NotWorking")]
- public void IsHandleCreated_NotVisible ()
- {
- Control c = new Control ();
- c.Visible = false;
- Form form = new Form ();
- form.ShowInTaskbar = false;
- form.Controls.Add (c);
- form.Show ();
- Assert.IsFalse (c.IsHandleCreated, "#1");
- c.Visible = true;
- Assert.IsTrue (c.IsHandleCreated, "#2");
- c.Visible = false;
- Assert.IsTrue (c.IsHandleCreated, "#3");
- }
- [Test]
- public void CreateGraphicsTest ()
- {
- Graphics g = null;
- Pen p = null;
- try {
- Control c = new Control ();
- c.SetBounds (0,0, 20, 20);
- g = c.CreateGraphics ();
- Assert.IsNotNull (g, "Graph1");
- } finally {
- if (p != null)
- p.Dispose ();
- if (g != null)
- g.Dispose ();
- }
- }
- bool delegateCalled = false;
- public delegate void TestDelegate ();
- public void delegate_call () {
- delegateCalled = true;
- }
- [Test]
- [ExpectedException(typeof(InvalidOperationException))]
- public void InvokeException1 () {
- Control c = new Control ();
- IAsyncResult result;
- result = c.BeginInvoke (new TestDelegate (delegate_call));
- c.EndInvoke (result);
- }
- [Test]
- public void FindFormTest () {
- Form f = new Form ();
- f.ShowInTaskbar = false;
- f.Name = "form";
- Control c = null;
- try {
- f.Controls.Add (c = new Control ());
- Assert.AreEqual (f.Name, c.FindForm ().Name, "Find1");
- f.Controls.Remove (c);
- GroupBox g = new GroupBox ();
- g.Name = "box";
- f.Controls.Add (g);
- g.Controls.Add (c);
- Assert.AreEqual (f.Name, f.FindForm ().Name, "Find2");
- g.Controls.Remove (c);
- Assert.IsNull(c.FindForm (), "Find3");
- } finally {
- if (c != null)
- c.Dispose ();
- if (f != null)
- f.Dispose ();
- }
- }
- [Test]
- public void FocusTest ()
- {
- Form f = null;
- Button c = null, d = null;
- try {
- f = new Form ();
- f.ShowInTaskbar = false;
- f.Visible = true;
- c = new Button ();
- c.Visible = true;
- f.Controls.Add (c);
- d = new Button ();
- d.Visible = false;
- f.Controls.Add (d);
- Assert.IsTrue (c.CanFocus, "Focus1");
- Assert.IsFalse (c.Focused, "Focus2");
- c.Focus ();
- Assert.IsTrue (c.Focused, "Focus3");
- d.Focus ();
- Assert.IsFalse (d.Focused, "Focus4");
- d.Visible = true;
- d.Focus ();
- Assert.IsTrue (d.Focused, "Focus5");
- Assert.IsFalse (c.Focused, "Focus6");
- c.Enabled = false;
- Assert.IsFalse (c.Focused, "Focus7");
- } finally {
- if (f != null)
- f.Dispose ();
- if (c != null)
- c.Dispose ();
- if (d != null)
- d.Dispose ();
- }
- }
- [Test]
- public void FromHandleTest ()
- {
- Control c1 = null;
- Control c2 = null;
- try {
- c1 = new Control ();
- c2 = new Control ();
- c1.Name = "parent";
- c2.Name = "child";
- c1.Controls.Add(c2);
- // Handle
- Assert.AreEqual (c1.Name, Control.FromHandle (c1.Handle).Name, "Handle1");
- Assert.IsNull (Control.FromHandle (IntPtr.Zero), "Handle2");
- // ChildHandle
- Assert.AreEqual (c1.Name, Control.FromChildHandle (c1.Handle).Name, "Handle3");
- Assert.IsNull (Control.FromChildHandle (IntPtr.Zero), "Handle4");
- } finally {
- if (c1 != null)
- c1.Dispose ();
- if (c2 != null)
- c2.Dispose ();
- }
- }
- [Test]
- public void GetChildAtPointTest ()
- {
- Control c = null, d = null, e = null;
- try {
- c = new Control ();
- c.Name = "c1";
- c.SetBounds (0, 0, 100, 100);
- d = new Control ();
- d.Name = "d1";
- d.SetBounds (10, 10, 40, 40);
- c.Controls.Add (d);
- e = new Control ();
- e.Name = "e1";
- e.SetBounds (55, 55, 10, 10);
- Control l = c.GetChildAtPoint (new Point (15, 15));
- Assert.AreEqual (d.Name, l.Name, "Child1");
- Assert.IsFalse (e.Name == l.Name, "Child2");
- l = c.GetChildAtPoint (new Point (57, 57));
- Assert.IsNull (l, "Child3");
- l = c.GetChildAtPoint (new Point (10, 10));
- Assert.AreEqual (d.Name, l.Name, "Child4");
- // GetChildAtPointSkip is not implemented and the following test is breaking for Net_2_0 profile
- // #if NET_2_0
- // c.Controls.Add (e);
- // e.Visible = false;
- // l = c.GetChildAtPoint (new Point (57, 57), GetChildAtPointSkip.Invisible);
- // Assert.IsNull (l, "Child5");
- // e.Visible = true;
- // l = c.GetChildAtPoint (new Point (57, 57), GetChildAtPointSkip.Invisible);
- // Assert.AreSame (e.Name, l.Name, "Child6");
- // #endif // NET_2_0
- } finally {
- if (c != null)
- c.Dispose ();
- if (d != null)
- d.Dispose ();
- }
- }
- [Test]
- [Category ("NotWorking")] // Theme.DefaultFont change must be approved first
- public void ResetFontTest ()
- {
- Control c = new Control ();
- c.Font = new Font (c.Font.FontFamily, 3, FontStyle.Italic);
- c.ResetFont ();
- Assert.IsFalse (c.Font.Bold, "#1");
- //Assert.AreEqual ("Microsoft Sans Serif", c.Font.FontFamily.Name, "#2");
- Assert.IsFalse (c.Font.Italic, "#3");
- //Assert.AreEqual ("Microsoft Sans Serif", c.Font.Name, "#4");
- Assert.AreEqual (8.25, c.Font.Size, "#5");
- Assert.AreEqual (8.25, c.Font.SizeInPoints, "#6");
- Assert.IsFalse (c.Font.Strikeout, "#7");
- Assert.IsFalse (c.Font.Underline, "#8");
- Assert.AreEqual (GraphicsUnit.Point, c.Font.Unit, "#9");
- #if NET_2_0
- Assert.AreEqual (true, c.Font.IsSystemFont, "#10");
- #endif
- }
- public class LayoutTestControl : Control {
- public int LayoutCount;
- public LayoutTestControl () : base() {
- LayoutCount = 0;
- }
- protected override void OnLayout(LayoutEventArgs levent) {
- LayoutCount++;
- base.OnLayout (levent);
- }
- }
- [Test]
- public void LayoutTest() {
- LayoutTestControl c;
- c = new LayoutTestControl();
- c.SuspendLayout();
- c.SuspendLayout();
- c.SuspendLayout();
- c.SuspendLayout();
- c.ResumeLayout(true);
- c.PerformLayout();
- c.ResumeLayout(true);
- c.PerformLayout();
- c.ResumeLayout(true);
- c.PerformLayout();
- c.ResumeLayout(true);
- c.PerformLayout();
- c.ResumeLayout(true);
- c.PerformLayout();
- c.ResumeLayout(true);
- c.PerformLayout();
- c.ResumeLayout(true);
- c.PerformLayout();
- c.SuspendLayout();
- c.PerformLayout();
- Assert.AreEqual(5, c.LayoutCount, "Layout Suspend/Resume locking does not bottom out at 0");
- }
- [Test]
- [ExpectedException(typeof(ArgumentException))]
- public void TransparentBackgroundTest1() {
- Control c;
- c = new Control();
- c.BackColor = Color.Transparent;
- }
- [Test]
- public void TransparentBackgroundTest2() {
- Panel c;
- c = new Panel();
- c.BackColor = Color.Transparent;
- Assert.AreEqual(Color.Transparent, c.BackColor, "Transparent background not set");
- }
- [Test]
- public void TransparentBackgroundTest3() {
- Control c;
- c = new Control();
- c.BackColor = Color.Empty;
- Assert.AreEqual(Control.DefaultBackColor, c.BackColor, "Setting empty color failed");
- }
- [Test]
- public void Dock_Value_Invalid ()
- {
- Control c = new Control ();
- try {
- c.Dock = (DockStyle) 666;
- Assert.Fail ("#1");
- } catch (InvalidEnumArgumentException ex) {
- Assert.AreEqual (typeof (InvalidEnumArgumentException), ex.GetType (), "#2");
- Assert.IsNotNull (ex.Message, "#3");
- Assert.IsNotNull (ex.ParamName, "#4");
- Assert.AreEqual ("value", ex.ParamName, "#5");
- Assert.IsNull (ex.InnerException, "#6");
- }
- }
- [Test]
- public void EnabledTest1() {
- Control child;
- Control parent;
- Control grandma;
- grandma = new Control();
- parent = new Control();
- child = new Control();
- grandma.Controls.Add(parent);
- parent.Controls.Add(child);
- grandma.Enabled = false;
- Assert.AreEqual(grandma.Enabled, child.Enabled, "Child did not inherit disabled state");
- }
- int EnabledCalledCount = 0;
- private void EnabledTest2EnabledChanged(object sender, EventArgs e) {
- EnabledCalledCount++;
- }
- [Test]
- public void EnabledTest2() {
- // Check nesting of enabled calls
- // OnEnabled is not called for disabled child controls
- Control child;
- Control parent;
- Control grandma;
- EnabledCalledCount = 0;
- grandma = new Control();
- parent = new Control();
- child = new Control();
- child.EnabledChanged += new EventHandler(EnabledTest2EnabledChanged);
- grandma.Controls.Add(parent);
- parent.Controls.Add(child);
- grandma.Enabled = false;
- Assert.AreEqual(1, EnabledCalledCount, "Child Enabled Event not properly fired");
- grandma.Enabled = true;
- Assert.AreEqual(2, EnabledCalledCount, "Child Enabled Event not properly fired");
- child.Enabled = false;
- grandma.Enabled = false;
- Assert.AreEqual(3, EnabledCalledCount, "Child Enabled Event not properly fired");
- }
- [Test]
- public void ControlsRemoveNullTest ()
- {
- Control c = new Control ();
- c.Controls.Remove (null);
- }
- [Test]
- public void ControlsAddNullTest ()
- {
- Control c = new Control ();
- c.Controls.Add (null);
- }
- [Test]
- [ExpectedException (typeof (ArgumentNullException))]
- public void ControlsSetChildIndexNullTest ()
- {
- Control c = new Control ();
- c.Controls.SetChildIndex (null, 1);
- }
- [Test]
- [ExpectedException (typeof (ArgumentNullException))]
- public void ControlsAddRangeNullTest ()
- {
- Control c = new Control ();
- c.Controls.AddRange (null);
- }
- [Test]
- public void ControlsAddRangeNullElementTest ()
- {
- Control c = new Control ();
- Control[] subcontrols = new Control[2];
- subcontrols[0] = new Control ();
- subcontrols[1] = null;
- c.Controls.AddRange (subcontrols);
- }
- [Test]
- public void RegionTest () {
- Form f = new Form ();
- f.ShowInTaskbar = false;
- Control c = new Control ();
- f.Controls.Add (c);
- Assert.IsNull (c.Region, "#A1");
- f.Show ();
- Assert.IsNull (c.Region, "#A2");
- c.Region = null;
- Assert.IsNull (c.Region, "#A3");
- f.Dispose ();
- Region region = new Region ();
- f = new Form ();
- f.ShowInTaskbar = false;
- c = new Control ();
- f.Controls.Add (c);
- c.Region = region;
- Assert.IsNotNull (c.Region, "#B1");
- Assert.AreSame (region, c.Region, "#B2");
- f.Show ();
- c.Region = null;
- Assert.IsNull (c.Region, "#B3");
- f.Dispose ();
- }
- [Test] // bug #80280
- public void Validated_Multiple_Containers ()
- {
- Form form = new Form ();
- form.ShowInTaskbar = false;
- UserControl control1 = new UserControl();
- UserControl container1 = new UserControl();
- control1.Tag = true;
- control1.Validated += new EventHandler (Control_ValidatedHandler);
- container1.Controls.Add(control1);
- form.Controls.Add (container1);
- UserControl container2 = new UserControl();
- UserControl control2 = new UserControl();
- container2.Controls.Add(control2);
- form.Controls.Add (container2);
- Assert.IsTrue ((bool) control1.Tag, "#1");
- control1.Select();
- Assert.IsTrue ((bool) control1.Tag, "#2");
- control2.Select();
- Assert.IsFalse ((bool) control1.Tag, "#3");
- form.Dispose ();
- }
- private void Control_ValidatedHandler (object sender, EventArgs e)
- {
- ((Control) sender).Tag = false;
- }
- }
- [TestFixture]
- public class ControlResizeLayoutTest
- {
- class ControlPoker : Control {
- public void DoOnResize ()
- {
- OnResize (EventArgs.Empty);
- }
- }
- int child_event;
- string child_affected_property;
- void ChildLayoutEvent (object sender, LayoutEventArgs e)
- {
- child_event ++;
- child_affected_property = e.AffectedProperty;
- }
- int parent_event;
- string parent_affected_property;
- void ParentLayoutEvent (object sender, LayoutEventArgs e)
- {
- parent_event ++;
- parent_affected_property = e.AffectedProperty;
- }
- [Test]
- public void Test ()
- {
- Panel p = new Panel ();
- ControlPoker c = new ControlPoker();
- p.Controls.Add (c);
- p.Layout += new LayoutEventHandler (ParentLayoutEvent);
- c.Layout += new LayoutEventHandler (ChildLayoutEvent);
- c.DoOnResize ();
- Assert.AreEqual (1, child_event, "1");
- Assert.AreEqual ("Bounds", child_affected_property, "2");
- Assert.AreEqual (0, parent_event, "3");
- }
- }
- [TestFixture]
- public class ControlInvokeTest {
- public delegate void TestDelegate ();
- Form f;
- Control c;
- Thread control_t;
- ApplicationContext control_context;
- bool delegateCalled = false;
- object m;
- void CreateControl ()
- {
- f = new Form ();
- f.ShowInTaskbar = false;
-
- c = new Control ();
- f.Controls.Add (c);
- Console.WriteLine ("f.Handle = {0}", f.Handle);
- Console.WriteLine ("c.Handle = {0}", c.Handle);
- control_context = new ApplicationContext (f);
- Monitor.Enter (m);
- Console.WriteLine ("pulsing");
- Monitor.Pulse (m);
- Monitor.Exit (m);
- Console.WriteLine ("control thread running");
- Application.Run (control_context);
- c.Dispose ();
- }
- [Test]
- public void InvokeTest ()
- {
- m = new object ();
- control_t = new Thread(new ThreadStart(CreateControl));
- Monitor.Enter (m);
- control_t.Start ();
- Console.WriteLine ("waiting on monitor");
- Monitor.Wait (m);
- Console.WriteLine ("making async call");
- IAsyncResult result;
- result = c.BeginInvoke (new TestDelegate (delegate_call));
- c.EndInvoke (result);
- Assert.AreEqual (true, delegateCalled, "Invoke1");
- }
- public void delegate_call () {
- /* invoked on control_context's thread */
- delegateCalled = true;
- f.Dispose ();
- Application.Exit ();
- }
-
- }
- [TestFixture]
- public class ControlWMTest
- {
- [Test]
- public void WM_PARENTNOTIFY_Test ()
- {
- WMTester tester;
- Control child;
- int child_handle;
-
- tester = new WMTester ();
- child = new Control ();
- tester.Controls.Add (child);
-
- tester.Visible = true;
- child.Visible = true;
- child_handle = child.Handle.ToInt32 ();
- ArrayList msgs;
- Message m1;
-
- msgs = tester.Find (WndMsg.WM_PARENTNOTIFY);
-
- Assert.AreEqual (1, msgs.Count, "#1");
-
- m1 = (Message) msgs [0];
- Assert.AreEqual (WndMsg.WM_CREATE, ((WndMsg) LowOrder (m1.WParam)), "#2");
- //Assert.AreEqual (child.Identifier??, HighOrder (m1.WParam), "#3");
- Assert.AreEqual (child_handle, m1.LParam.ToInt32 (), "#4");
- child.Dispose ();
- msgs = tester.Find (WndMsg.WM_PARENTNOTIFY);
- Assert.AreEqual (2, msgs.Count, "#5");
- m1 = (Message) msgs [1];
- Assert.AreEqual (WndMsg.WM_DESTROY, ((WndMsg) LowOrder (m1.WParam)), "#6");
- //Assert.AreEqual (child.Identifier??, HighOrder (m1.WParam), "#7");
- Assert.AreEqual (child_handle, m1.LParam.ToInt32 (), "#8");
- tester.Dispose ();
- }
- internal static int LowOrder (int param)
- {
- return ((int)(short)(param & 0xffff));
- }
- internal static int HighOrder (int param)
- {
- return ((int)(short)(param >> 16));
- }
- internal static int LowOrder (IntPtr param)
- {
- return ((int)(short)(param.ToInt32 () & 0xffff));
- }
- internal static int HighOrder (IntPtr param)
- {
- return ((int)(short)(param.ToInt32 () >> 16));
- }
- internal class WMTester : Form
- {
- internal ArrayList Messages = new ArrayList ();
-
- internal bool Contains (WndMsg msg)
- {
- return Contains (msg, Messages);
- }
- internal bool Contains (WndMsg msg, ArrayList list)
- {
- foreach (Message m in Messages)
- {
- if (m.Msg == (int) msg)
- return true;
- }
- return false;
- }
- internal ArrayList Find (WndMsg msg)
- {
- ArrayList result = new ArrayList ();
- foreach (Message m in Messages)
- {
- if (m.Msg == (int) msg)
- result.Add (m);
- }
- return result;
- }
- protected override void WndProc(ref Message m)
- {
- Console.WriteLine ("WndProc: " + m.ToString ());
- Messages.Add (m);
- base.WndProc (ref m);
- }
- }
- }
- }
|